extra: Put product files on system

* Not all devices set this and I need them to...
cm-14.1
Nolen Johnson 5 years ago
parent 5f2af7f173
commit d7eea764be
  1. 3
      BoardConfigExtra.mk

@ -3,6 +3,9 @@ ifneq ($(BOARD_HAS_LARGE_FILESYSTEM),true)
SMALLER_FONT_FOOTPRINT := true
endif
# Product
TARGET_COPY_OUT_PRODUCT := system/product
## Signing
#ifeq ($(BOARD_AVB_ENABLE),true)
#BOARD_AVB_ALGORITHM := SHA256_RSA4096

Loading…
Cancel
Save