Allow overriding kernel header
Change-Id: I5c19818e7abe4d4f9dc8624f3fc692622e2d7add Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
parent
57b6679417
commit
018547cca3
1 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
TARGET_KERNEL_DIR ?= device/google/comet-kernel
|
TARGET_KERNEL_DIR ?= device/google/comet-kernel
|
||||||
TARGET_BOARD_KERNEL_HEADERS := device/google/comet-kernel/kernel-headers
|
TARGET_BOARD_KERNEL_HEADERS ?= device/google/comet-kernel/kernel-headers
|
||||||
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_RIGHT
|
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_RIGHT
|
||||||
|
|
||||||
|
LOCAL_PATH := device/google/comet
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
USE_UWBFIELDTESTQM := true
|
USE_UWBFIELDTESTQM := true
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue