Enable 16kB developer option for caimito
Setting up configs for 16kb developer options for caiman, komodo and tokay. Test: atest Enable16KbTest Bug: 347108593 Change-Id: I783c789c24c05ad069ae3a41cdf0f5fe96c42a51
This commit is contained in:
parent
8b8d8c85a1
commit
c8d5ce96ca
4 changed files with 36 additions and 0 deletions
|
@ -30,6 +30,10 @@ ifdef RELEASE_KERNEL_CAIMAN_DIR
|
|||
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_CAIMAN_DIR)
|
||||
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_CAIMAN_DIR)/kernel-headers
|
||||
|
||||
ifneq ($(TARGET_BOOTS_16K),true)
|
||||
PRODUCT_16K_DEVELOPER_OPTION := $(RELEASE_GOOGLE_CAIMAN_16K_DEVELOPER_OPTION)
|
||||
endif
|
||||
|
||||
include device/google/caimito/device-caimito-16k-common.mk
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue