[SELinux] Skip build gyotaku_app doamin to AOSP target.
Bug: 299864020 Test: Local build and tested pass. Change-Id: I49772ad19da5d35c418adcb6b19278c02474ecd0
This commit is contained in:
parent
39b3f19f1e
commit
eec4beedd6
@ -1,6 +1,8 @@
|
|||||||
ifneq ($(TARGET_BUILD_VARIANT), user)
|
ifneq ($(TARGET_BUILD_VARIANT), user)
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT))) # Skip aosp target product
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
Gyotaku
|
Gyotaku
|
||||||
|
|
||||||
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
|
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user