audio: add policy for rild to get vendor audio propery
- rild has different sepolicy for audio hal by type of service, which is hidl or aidl. Read property before querying service in rild can avoid avc denied presubmit test. Bug: 206738075 Test: build pass with hidl/aidl audio service Change-Id: I2616028fb3a6029646340fc3282e51a5f02b3f7f Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
1d9d2b9c79
commit
6cd390e2cf
3 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,6 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
|
|||
include device/google/gs-common/audio/common.mk
|
||||
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
vendor.audio_hal.aidl.enable=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue