[ALPS04056497] cts testVendorTypeViolators case fail

[Detail] aee_aedv_exec is defined in system.img, and when AOSP system.img
is replaced, cts will fail if aee_aedv_exev is referenced in vendor.img.

MTK-Commit-Id: 178b71c788561cea1336d2c62b67dd324ecf6e8b

Change-Id: I200ff7cd55597de05d5412677b140809e941a192
CR-Id: ALPS04056497
Feature: Android Exception Engine(AEE)
This commit is contained in:
mtk11285 2020-01-18 10:06:12 +08:00 committed by Weiwei Zhang (张炜玮)
parent 6b3a1111e0
commit 7f6df66a44
2 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,6 @@
/vendor/lib(64)?/libladder\.so u:object_r:same_process_hal_file:s0 /vendor/lib(64)?/libladder\.so u:object_r:same_process_hal_file:s0
/vendor/bin/hw/vendor\.mediatek\.hardware\.log@1\.0-service u:object_r:aee_hal_exec:s0 /vendor/bin/hw/vendor\.mediatek\.hardware\.log@1\.0-service u:object_r:aee_hal_exec:s0
/vendor/bin/aeev u:object_r:aee_aedv_exec:s0
/vendor/bin/hw/android\.hardware\.drm@1\.1-service\.clearkey u:object_r:hal_drm_clearkey_exec:s0 /vendor/bin/hw/android\.hardware\.drm@1\.1-service\.clearkey u:object_r:hal_drm_clearkey_exec:s0

View File

@ -28,6 +28,7 @@
# google suggest that move aee_aedv_exec to platform @google_issue_id:64130120 # google suggest that move aee_aedv_exec to platform @google_issue_id:64130120
/(system\/vendor|vendor)/bin/aee_aedv u:object_r:aee_aedv_exec:s0 /(system\/vendor|vendor)/bin/aee_aedv u:object_r:aee_aedv_exec:s0
/(system\/vendor|vendor)/bin/aee_aedv64 u:object_r:aee_aedv_exec:s0 /(system\/vendor|vendor)/bin/aee_aedv64 u:object_r:aee_aedv_exec:s0
/vendor/bin/aeev u:object_r:aee_aedv_exec:s0
# kisd for Key Manager # kisd for Key Manager
/data/vendor/key_provisioning(/.*)? u:object_r:key_install_data_file:s0 /data/vendor/key_provisioning(/.*)? u:object_r:key_install_data_file:s0