upgrade dumpstate from hidl to aidl
Bug: 240530709 Test: adb bugreport Change-Id: If5f81174f7881100bff21462ff4aef9ff62357d4
This commit is contained in:
parent
f15d1599ef
commit
2933a7f105
2 changed files with 2 additions and 1 deletions
2
whitechapel/vendor/google/file_contexts
vendored
2
whitechapel/vendor/google/file_contexts
vendored
|
@ -27,7 +27,7 @@
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@1\.1-service-brcm u:object_r:hal_gnss_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@1\.1-service-brcm u:object_r:hal_gnss_default_exec:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@2\.0-service-brcm u:object_r:hal_gnss_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@2\.0-service-brcm u:object_r:hal_gnss_default_exec:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@[0-9]\.[0-9]-service-brcm u:object_r:hal_gnss_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.gnss@[0-9]\.[0-9]-service-brcm u:object_r:hal_gnss_default_exec:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate@1\.1-service\.gs101 u:object_r:hal_dumpstate_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate-service\.gs101 u:object_r:hal_dumpstate_default_exec:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.power\.stats@1\.0-service\.gs101 u:object_r:hal_power_stats_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.power\.stats@1\.0-service\.gs101 u:object_r:hal_power_stats_default_exec:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.memtrack-service\.pixel u:object_r:hal_memtrack_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.memtrack-service\.pixel u:object_r:hal_memtrack_default_exec:s0
|
||||||
# Wireless charger HAL
|
# Wireless charger HAL
|
||||||
|
|
|
@ -7,6 +7,7 @@ allow hal_dumpstate_default sysfs_bcmdhd:file r_file_perms;
|
||||||
allow hal_dumpstate_default sysfs_memory:file r_file_perms;
|
allow hal_dumpstate_default sysfs_memory:file r_file_perms;
|
||||||
allow hal_dumpstate_default sysfs_cpu:file r_file_perms;
|
allow hal_dumpstate_default sysfs_cpu:file r_file_perms;
|
||||||
|
|
||||||
|
binder_use(hal_dumpstate_default)
|
||||||
vndbinder_use(hal_dumpstate_default)
|
vndbinder_use(hal_dumpstate_default)
|
||||||
|
|
||||||
allow hal_dumpstate_default vendor_gps_file:dir r_dir_perms;
|
allow hal_dumpstate_default vendor_gps_file:dir r_dir_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue