Revert "Remove check for the 16kb kernel directory"

This reverts commit 0db03e1861.

Reason for revert: This led to adding ag/30200879 which is breaking 16kb developer option on TOT. reverting this change and fix for it

Change-Id: I934be8430c970562f5d2d0ce9b1c7b3e1e2a6c7c
This commit is contained in:
Pawan Wagh 2024-11-11 18:41:35 +00:00 committed by Android (Google) Code Review
parent 0db03e1861
commit f52a815994

View file

@ -14,6 +14,8 @@
# limitations under the License.
#
ifneq ($(wildcard $(TARGET_KERNEL_DIR)/16kb/),)
ifeq ($(TARGET_BOOTS_16K),true)
# Configures the 16kb kernel directory.
TARGET_KERNEL_DIR := $(TARGET_KERNEL_DIR)/16kb
@ -38,3 +40,5 @@ BOARD_16K_OTA_USE_INCREMENTAL := true
BOARD_16K_OTA_MOVE_VENDOR := true
endif
endif