* changes:
Offload HAL Service: Device manifest typo
Offload HAL Service: Unit test framework
Offload HAL service: Handle callback binder death
Offload HAL Service: Implement returning values in APIs
This is need to fix the following denial
selinux: avc: denied { set } for property=persist.radio.enable_tel_mon
pid=9378 uid=1001 gid=1001 scontext=u:r:radio:s0 tcontext=u:object_r:
tel_mon_prop:s0 tclass=property_service permissive=0
Test: Verifed no telephony monitor crash at power up
Bug: 62870818
Change-Id: If72bb39552d38c5498094170fd27ca6cda6efa2b
Allows earlier interaction lock release by polling on display updates to
stop happening (becomes idle) for a programmable amount of time.
Bug: 62110101
Test: Ran UiBench, didn't see regressions
susbset of tests - avg-jank:
testInflatingListViewFling: 0.09
testTrivialListViewFling: 0.15
Change-Id: I83c0fc75a3d7ca5bf76910ebbaeddb69343a7ee2
Use /data/vendor partition to hold vendor radio data.
Modify radio related init rc and scripts.
Test: Basic telephony sanity with radio enforce mode
Bug: 36736902
Bug: 36717606
Bug: 62871452
Change-Id: I6518e276f68d405151b1b124de6a0ca1b759d951
They no longer appear to be in use, no denials are seen from
system_server after removal
Bug: 34784662
Bug: 36867326
Test: system_server functions normally
Change-Id: Ifca772bc60bd67b14fe695737a7fc563810cd592
1) Modify the sepolicy to use /data/vendor partition to hold
vendor radio data.
2) Modify Dumpstate to access /data/vendor for logging.
Test: Basic telephony sanity with radio enforce mode
Bug: 36736902
Bug: 36717606
Change-Id: I1f8f1026189c1262cfe0af251451e0efcc98c7f7
This should improve performance, as file_contexts is slower
than genfs_contexts.
Bug: 62413700
Test: Built, flashed, and booted. Verified that all of the
files have the correct context.
Change-Id: I40035d396fe344ade6b665ef0c314e36ef9c8bf8
(cherry picked from commit cdd9829be8)
This commit adds some statistics from debugfs to bugreport
this includes the files:
/d/wlan0/power_stats
/d/wlan0/ll_stats
/d/icnss/stats
Bug: 62290986
Test: adb bugreport and inspect the required statistics
Merged-In: Ib65b98935a043542283a645f9760e02ff6935db3
Change-Id: Ib65b98935a043542283a645f9760e02ff6935db3
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
This eventually also removes the socket_between_core_and_vendor
attribute added to rild for the same
Bug: 36718031
Bug: 62343727
Test: Build and boot walleye
Change-Id: Ib4808579742942b663d2e93c1527057f54f869cf
Signed-off-by: Sandeep Patil <sspatil@google.com>
Add minidebug-info to the system server jars, in an effort to help
diagnose native crashes.
Bug: 62823069
Test: m
Test: readelf -e $OUT/system/framework/oat/arm64/services.odex | grep gnu_debugdata
Change-Id: I3c5ac5791bd869ab596809aa177a1c903617bef8
netmgrd needed this because if libudsutil depending on /system
executable. That has now change to point to /vendor copies of tyobox
utilities. So, remove the violator attribute and add permission to use
vendor_toolbox for netmgrd domain.
Bug: 37364044
Bug: 62385687
Test: Build and boot walleye and observe no denials for netmgrd
Change-Id: I54adc23bbb7f59e209fd5ad797fa6c46995adc29
Signed-off-by: Sandeep Patil <sspatil@google.com>