gs101: clean up kernel variables
1) remove TARGET_BOARD_KERNEL_HEADERS 2) remove TARGET_PREBUILT_KERNEL Bug: 198682676 Change-Id: I9ab161ee75dc33e135ad87e084b3373350ca0c93
This commit is contained in:
parent
d80cf7415e
commit
299ca16835
2 changed files with 0 additions and 6 deletions
|
@ -323,8 +323,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
|
||||
|
|
|
@ -48,11 +48,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
vendor/google_nos/host/android \
|
||||
vendor/google_nos/test/system-test-harness
|
||||
|
||||
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