|
|
@ -4,7 +4,11 @@ ifneq ($(BOARD_HAS_LARGE_FILESYSTEM),true) |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
# Product
|
|
|
|
# Product
|
|
|
|
TARGET_COPY_OUT_PRODUCT := system/product
|
|
|
|
ifneq ($(filter %bonito %sargo %gts4lvwifi %crosshatch %blueline %flame %coral,$(TARGET_PRODUCT)),) |
|
|
|
|
|
|
|
TARGET_COPY_OUT_PRODUCT := product
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
TARGET_COPY_OUT_PRODUCT := system/product
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
## Signing
|
|
|
|
## Signing
|
|
|
|
#ifeq ($(BOARD_AVB_ENABLE),true)
|
|
|
|
#ifeq ($(BOARD_AVB_ENABLE),true)
|
|
|
|