gs201: clean up kernel variables
1) remove TARGET_BOARD_KERNEL_HEADERS 2) remove TARGET_PREBUILT_KERNEL Bug: 198654765 Change-Id: I3efff472e46be435fc0b845bf9b09b7d7a6311f1
This commit is contained in:
parent
ff12044f71
commit
e3c25c230c
2 changed files with 0 additions and 6 deletions
|
@ -322,8 +322,6 @@ ENABLE_VENDOR_RIL_SERVICE := true
|
|||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := \
|
||||
build/make/target/board/mainline_arm64/bluetooth
|
||||
|
||||
TARGET_BOARD_KERNEL_HEADERS := $(TARGET_KERNEL_DIR)/kernel-headers
|
||||
|
||||
#VNDK
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
BOARD_VNDK_VERSION := current
|
||||
|
|
|
@ -47,11 +47,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
|
||||
DEVICE_USES_EXYNOS_GRALLOC_VERSION := 4
|
||||
|
||||
ifeq ($(TARGET_PREBUILT_KERNEL),)
|
||||
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
||||
else
|
||||
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
|
||||
endif
|
||||
|
||||
# OEM Unlock reporting
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue