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 | 17ac17036bd518fa1a041fc5ddf2a00ff8ba44f1 (patch) | |
tree | 4b4ef3190fd4c04368e2a02efe4b3e5428c6506c | |
parent | fa0f076e5c8fea1c5e756c491bafa4b4b60df50b (diff) |
lynx: Ship vendor modules for GKI compatumineko
Change-Id: Ic74eefcff3e3a475f8fbcbe26abf7419893f596f
-rw-r--r-- | device-lynx.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-lynx.mk b/device-lynx.mk index d5e190e..879a654 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -14,6 +14,8 @@ # limitations under the License. # +TARGET_KERNEL_DIR ?= device/google/lynx-kernel + $(call inherit-product-if-exists, vendor/google_devices/lynx/prebuilts/device-vendor-lynx.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) |