diff options
author | alk3pInjection <webmaster@raspii.tech> | 2024-05-17 20:28:52 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-05-17 20:28:52 +0800 |
commit | 706285576918126d03f3015f14c5453e01e4f955 (patch) | |
tree | f5ee235fc2c3dc31e23227bb36bc2c4bbd21d060 | |
parent | 5edece3e02992e4d6418c488b23d0e7c3b99fc7e (diff) |
Change-Id: Ic74eefcff3e3a475f8fbcbe26abf7419893f596f
-rw-r--r-- | device-cheetah.mk | 2 | ||||
-rw-r--r-- | device-panther.mk | 2 |
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) |