From 706285576918126d03f3015f14c5453e01e4f955 Mon Sep 17 00:00:00 2001 From: alk3pInjection Date: Fri, 17 May 2024 20:28:52 +0800 Subject: pantah: Ship vendor modules for GKI compat Change-Id: Ic74eefcff3e3a475f8fbcbe26abf7419893f596f --- device-cheetah.mk | 2 ++ device-panther.mk | 2 ++ 2 files changed, 4 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index 8d8b153..b03ee60 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -14,6 +14,8 @@ # limitations under the License. # +TARGET_KERNEL_DIR ?= device/google/pantah-kernel + $(call inherit-product-if-exists, vendor/google_devices/pantah/prebuilts/device-vendor-cheetah.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk) diff --git a/device-panther.mk b/device-panther.mk index 505adfc..50a32ca 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -14,6 +14,8 @@ # limitations under the License. # +TARGET_KERNEL_DIR ?= device/google/pantah-kernel + $(call inherit-product-if-exists, vendor/google_devices/pantah/prebuilts/device-vendor-panther.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk) -- cgit v1.2.3