This reverts commit 2bb3da4f50f97fb78f75adc69cfc40c3aa968845. Reason for revert: “DroidMonitor: Potential culprit for Bug b/323767330 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted."build error in Bug: 323767330 Change-Id: If23de50de2819449817fe3b1694db33d87448e28
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
|