Remove check for the 16kb kernel directory
The 16kb kernel directory is expected to be configured in P24+ devices that has PRODUCT_16K_DEVELOPER_OPTION enable. Bug: 376267923 Change-Id: I66d8e895d772a05cc4b0548cca48b88d4fa64e13 Flag: EXEMPT bugfix Test: Build locally
This commit is contained in:
parent
3e26b5e953
commit
0db03e1861
1 changed files with 0 additions and 4 deletions
|
@ -14,8 +14,6 @@
|
||||||
# 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
|
||||||
|
@ -40,5 +38,3 @@ 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