commit | bbd4e9e18b31c7a2225052caf43881aee58a108f | [log] [tgz] |
---|---|---|
author | Luigi Zevola <zevola@google.com> | Sat Jun 24 23:05:34 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 24 23:05:34 2023 +0000 |
tree | bed645501f31cbad5abc25dca45a63e814985a56 | |
parent | 3361ee4b604c9b11c9cc36237e8e9618446621b3 [diff] | |
parent | 05961615f66f0fd63a9d8da21e890f3c80997711 [diff] |
Dumpstate: add AoC Monitor Mode status am: 05961615f6 Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/23782212 Change-Id: Ide6f795bc15262d53dbcdcdd93da7e96801d6110 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/audio/aidl/device_framework_matrix_product.xml b/audio/aidl/device_framework_matrix_product.xml index 48b8889..660864a 100644 --- a/audio/aidl/device_framework_matrix_product.xml +++ b/audio/aidl/device_framework_matrix_product.xml
@@ -1,4 +1,4 @@ -<compatibility-matrix version="1.0" type="framework" level="7"> +<compatibility-matrix version="1.0" type="framework"> <hal format="hidl"> <name>vendor.google.audiometricext</name> <version>1.0</version>
diff --git a/audio/aidl/manifest.xml b/audio/aidl/manifest.xml index 8d957cc..237aa4a 100644 --- a/audio/aidl/manifest.xml +++ b/audio/aidl/manifest.xml
@@ -1,4 +1,4 @@ -<manifest version="1.0" type="device" target-level="7"> +<manifest version="1.0" type="device"> <hal format="hidl"> <name>vendor.google.audiometricext</name> <transport>hwbinder</transport>
diff --git a/audio/sepolicy/common/hal_audio_default.te b/audio/sepolicy/common/hal_audio_default.te index 7465532..5cb03ac 100644 --- a/audio/sepolicy/common/hal_audio_default.te +++ b/audio/sepolicy/common/hal_audio_default.te
@@ -13,6 +13,10 @@ allow hal_audio_default amcs_device:chr_file rw_file_perms; allow hal_audio_default sysfs_pixelstats:file rw_file_perms; +#allow access to aoc and kernel boottime +allow hal_audio_default sysfs_aoc:dir { search }; +allow hal_audio_default sysfs_aoc_boottime:file r_file_perms; + #allow access to DMABUF Heaps for AAudio API allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;