summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2024-05-17 20:28:52 +0800
committeralk3pInjection <webmaster@raspii.tech>2024-05-17 20:28:52 +0800
commit706285576918126d03f3015f14c5453e01e4f955 (patch)
treef5ee235fc2c3dc31e23227bb36bc2c4bbd21d060
parent5edece3e02992e4d6418c488b23d0e7c3b99fc7e (diff)
pantah: Ship vendor modules for GKI compatHEADumineko
Change-Id: Ic74eefcff3e3a475f8fbcbe26abf7419893f596f
-rw-r--r--device-cheetah.mk2
-rw-r--r--device-panther.mk2
2 files changed, 4 insertions, 0 deletions
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)