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:
parent
0db03e1861
commit
f52a815994
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifneq ($(wildcard $(TARGET_KERNEL_DIR)/16kb/),)
|
||||||
|
|
||||||
ifeq ($(TARGET_BOOTS_16K),true)
|
ifeq ($(TARGET_BOOTS_16K),true)
|
||||||
# Configures the 16kb kernel directory.
|
# Configures the 16kb kernel directory.
|
||||||
TARGET_KERNEL_DIR := $(TARGET_KERNEL_DIR)/16kb
|
TARGET_KERNEL_DIR := $(TARGET_KERNEL_DIR)/16kb
|
||||||
|
@ -38,3 +40,5 @@ BOARD_16K_OTA_USE_INCREMENTAL := true
|
||||||
BOARD_16K_OTA_MOVE_VENDOR := true
|
BOARD_16K_OTA_MOVE_VENDOR := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue