Merge "Allow overriding kernel header" into main

This commit is contained in:
Randall Huang 2024-04-29 02:56:41 +00:00 committed by Android (Google) Code Review
commit 4b180b8225

View file

@ -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