Merge "Remove check for the 16kb kernel directory" into main

This commit is contained in:
Juan Yescas 2024-10-31 16:28:35 +00:00 committed by Android (Google) Code Review
commit 373618b36a

View file

@ -14,8 +14,6 @@
# 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
@ -40,5 +38,3 @@ BOARD_16K_OTA_USE_INCREMENTAL := true
BOARD_16K_OTA_MOVE_VENDOR := true
endif
endif