diff options
-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) |