Merge "[Gyotaku] Update the build rule to exclude build Gyotaku dump for barbet" into 24D1-dev

This commit is contained in:
David Lin 2024-04-17 08:16:45 +00:00 committed by Android (Google) Code Review
commit f0c3c420ab

View file

@ -6,7 +6,7 @@ ifneq ($(TARGET_BUILD_VARIANT), user)
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/ BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
# Pixel 5a (barbet) does not support Pixel dump # Pixel 5a (barbet) does not support Pixel dump
ifneq ($(TARGET_PRODUCT), barbet) ifeq (,$(filter barbet%,$(TARGET_PRODUCT)))
PRODUCT_PACKAGES_DEBUG += dump_gyotaku PRODUCT_PACKAGES_DEBUG += dump_gyotaku
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump
endif endif