shusky: Make TARGET_BOARD_KERNEL_HEADERS overridable.

TARGET_KERNEL_DIR is overridable and TARGET_BOARD_KERNEL_HEADERS should
be as well, to be consistent for child products which overrides the
kernel.

Bug: 309575209
Test: Build on shiba
Change-Id: I68af705f7d8c226b9b8dca76d95eeab9c0482f36
Signed-off-by: Firman Prayoga <firmanhp@google.com>
This commit is contained in:
Firman Prayoga 2023-11-07 09:06:16 +00:00
parent dca4e7b30c
commit b8c20af157
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers
TARGET_BOARD_KERNEL_HEADERS ?= device/google/shusky-kernel/kernel-headers
LOCAL_PATH := device/google/shusky

View file

@ -18,7 +18,7 @@
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers
TARGET_BOARD_KERNEL_HEADERS ?= device/google/shusky-kernel/kernel-headers
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
USE_UWBFIELDTESTQM := true

View file

@ -18,7 +18,7 @@
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers
TARGET_BOARD_KERNEL_HEADERS ?= device/google/shusky-kernel/kernel-headers
LOCAL_PATH := device/google/shusky