From b8c20af1570fcf6218c09dac647075aea119221b Mon Sep 17 00:00:00 2001 From: Firman Prayoga Date: Tue, 7 Nov 2023 09:06:16 +0000 Subject: [PATCH] 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 --- device-husky.mk | 2 +- device-ripcurrent.mk | 2 +- device-shiba.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 50704af..313b918 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -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 diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index a480c42..4357f40 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -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 diff --git a/device-shiba.mk b/device-shiba.mk index b8b472e..23aac71 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -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