On an encrypted device, qcom-usb-sh sets persist property
on early boot when /data is at tmpfs.So this persist
property write is lost when /data will be at dm-0
afterwards during encryption process.So, changing to main
class ensures to properly set persistproperty after /data
is at dm-0 as main class will be started
after encryption setup.
CRs-Fixed: 778812
Change-Id: I3d8398d51ef1eab66f76ab99492ea2b4507d3853
This is needed to serialize the image generation of system.img
and userdata.img. This is a temporary change needed to diagnose
the system overload issue during image generation.
Change-Id: Ic495752730c17d75dc9523c161d1acdc47f1ea2e
Assign the ownership of system_health_monitor device to radio user and
system group. Allow read-only access of system_health_monitor to others.
CRs-Fixed: 770415
Change-Id: I62f424f4516e5483ea969f3eae0f15b5e8d4bcc1
ICE requires keys to be set in key LUT. Changing APIs so that it
return the key index in key LUT. It also needs to take care if
ICE is available on the chip.
Change-Id: I22be18738ba33e5b5c61639c24b320484d0ad7f2
Apps must not be allowed to write to secondary external storage
devices, except in their package-specific directories as allowed by
synthesized permissions. Restricting writes in this way ensures the
system can clean up files when applications are uninstalled
Change-Id: I6688dc3f5d81f966fd42a8cf3509c3743474de50
CRs-Fixed: 715425
Iwlan flag is commented out during bring up, due to which
Iwlan data call is not working in airplane mode.
Uncomment the iwlan flag.
Change-Id: Ifbefb7c8612bcfa2032358b26bb7eee4a4a1ef87
CRs-Fixed: 755252
Apps must not be allowed to write to secondary external storage
devices, except in their package-specific directories as allowed by
synthesized permissions. Restricting writes in this way ensures the
system can clean up files when applications are uninstalled.
Change-Id: I4f3322e1c94ad31092313f7527d6b0738286cb3f
Add overlay config items to enable VoLTE and VT support for
Verizon operator.
(cherry picked from commit Ic460e62585799cb89b20eacdb4f8a2eb99bd652d)
Config item to speed up the audio mode
This config item will be used to set the audio mode to IN_CALL
prior to RIL sending ACTIVE state for a MT call.
(cherry picked from commit Ia67fea607d90b612a3ad1f4ce195354dfe185ff2)
CRs-Fixed: 726708
Add tcpbuffer parameters into overlay.
- Add the various RAT values in config_mobile_tcp_buffer array.
- These values are from init.qcom.rc.
(cherry picked from commit Ie675c410915029d9ef1a2ef7ebad396201771c27)
Change-Id: I43f1e0564a29ed70931c1ff97bf93421422e66a6
- removing unused binaries from init.qcom.rc which are obsolete
bridgemgr, prot-bridge, ds_fmc_appd, qmiproxy.
Change-Id: I2d1eb25ea20135c68f6dbb7bafd246c1d99fb050
In CTS test, it is searching for french, japanise, UK language
support which was missing ealier. Adding these locales to fix CTS
failures
Change-Id: I4ce02a73dd6baaed43a5ca0499514d22ab9c0c85
Grant world read and execute permissions to perfd socket
directory to allow apps to write into the socket file
in that directory
Change-Id: I53e7645001c1163ef2971e93453dbdaba6fe475d
Widevine and playready store data under app_ms directory under
data filesystem. These paths should be created for DRM to work
with SEAndroid.
Change-Id: I05b8c1ce9f5f4d2fd3dd23a2db5fffc9062c8aa1
This config item will be used to set the audio mode to IN_CALL
prior to RIL sending ACTIVE state for a MT call.
Change-Id: If8968c85e0aad234f3c43d73975256c6e4635ebc
CRs-Fixed: 726708
Previously the enums to limit the maximum number
of cores online were using the same resource as
minimum number of cores. Separate the min and max
to each have their own resource.
Change-Id: I3d2e8ebe1bba61a0d63ee79972cbe78c972b2bd8