Bug: 296836878 Test: Local build and tested pass. Change-Id: Ie76c7017098b7f5d4a8703c40e3c9e87e80f2801 Merged-In: Ie76c7017098b7f5d4a8703c40e3c9e87e80f2801
9 lines
247 B
Makefile
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
|