Merge "Rename aocx.IAoc to aocx.IAoc/default to support stable AIDL" into main
This commit is contained in:
commit
8a3ec83793
2 changed files with 6 additions and 1 deletions
|
@ -13,6 +13,11 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(wildcard vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml),)
|
||||||
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
|
||||||
|
vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml
|
||||||
|
endif
|
||||||
|
|
||||||
# AoC debug support
|
# AoC debug support
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
aocdump \
|
aocdump \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
aocx.IAocx u:object_r:aocx:s0
|
aocx.IAocx/default u:object_r:aocx:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue