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:
Pawan Wagh 2024-09-10 21:50:52 +00:00
parent 8b8d8c85a1
commit c8d5ce96ca
4 changed files with 36 additions and 0 deletions

View file

@ -30,6 +30,10 @@ ifdef RELEASE_KERNEL_TOKAY_DIR
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_TOKAY_DIR)
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_TOKAY_DIR)/kernel-headers
ifneq ($(TARGET_BOOTS_16K),true)
PRODUCT_16K_DEVELOPER_OPTION := $(RELEASE_GOOGLE_TOKAY_16K_DEVELOPER_OPTION)
endif
include device/google/caimito/device-caimito-16k-common.mk
else