SEPolicy change to allow ImsMedia to set priority of audio threads. am: 79c86953ca

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita-sepolicy/+/25123539

Change-Id: Ie003d2d620faa0fac18b2971c8539ba2dbd1c8ce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Avinash Malipatil 2023-10-25 02:53:37 +00:00 committed by Automerger Merge Worker
commit be2cac8910
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# sepolicy exclusively for akita. # sepolicy exclusively for akita.
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/vendor BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/vendor
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/tracking_denials BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/tracking_denials
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/radio

1
radio/radio.te Normal file
View file

@ -0,0 +1 @@
allow radio scheduling_policy_service:service_manager find;