Merge "[Gyotaku] Update the build rule to exclude build Gyotaku dump for barbet" into 24D1-dev
This commit is contained in:
commit
f0c3c420ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue