Snap for 11722130 from 746de0eee4
to 24Q3-release
Change-Id: I6c52badd7aabc3df0367a20b4ce1c0ad248e1688
This commit is contained in:
commit
92d195d1f9
1 changed files with 3 additions and 11 deletions
|
@ -17,18 +17,10 @@
|
||||||
# Restrict the visibility of Android.bp files to improve build analysis time
|
# Restrict the visibility of Android.bp files to improve build analysis time
|
||||||
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
|
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
|
||||||
|
|
||||||
ifdef RELEASE_GOOGLE_BLUEJAY_KERNEL_VERSION
|
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_BLUEJAY_VERSION)
|
||||||
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_GOOGLE_BLUEJAY_KERNEL_VERSION)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef RELEASE_GOOGLE_BLUEJAY_KERNEL_DIR
|
|
||||||
# Keeps flexibility for kasan and ufs builds
|
# Keeps flexibility for kasan and ufs builds
|
||||||
TARGET_KERNEL_DIR ?= $(RELEASE_GOOGLE_BLUEJAY_KERNEL_DIR)
|
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_BLUEJAY_DIR)
|
||||||
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_GOOGLE_BLUEJAY_KERNEL_DIR)/kernel-headers
|
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_BLUEJAY_DIR)/kernel-headers
|
||||||
else
|
|
||||||
TARGET_KERNEL_DIR ?= device/google/bluejay-kernel
|
|
||||||
TARGET_BOARD_KERNEL_HEADERS ?= device/google/bluejay-kernel/kernel-headers
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/bluejay/prebuilts/device-vendor-bluejay.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/bluejay/prebuilts/device-vendor-bluejay.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue