Klines Jiang eec4beedd6 [SELinux] Skip build gyotaku_app doamin to AOSP target.
Bug: 299864020

Test: Local build and tested pass.
Change-Id: I49772ad19da5d35c418adcb6b19278c02474ecd0
2023-09-21 03:24:41 +00:00

9 lines
247 B
Makefile

ifneq ($(TARGET_BUILD_VARIANT), user)
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT))) # Skip aosp target product
PRODUCT_PACKAGES_DEBUG += \
Gyotaku
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
endif
endif