dopinder: Build Realtek 8822cs module inline
authorAaron Kling <webgeek1234@gmail.com>
Fri, 25 Jun 2021 05:04:25 +0000 (01:04 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 27 Jul 2021 15:35:58 +0000 (11:35 -0400)
Change-Id: I042931d6361420868f53f682c70fee8c5a2b589d

device.mk
lineage.dependencies

index d2aa422ca5e2e59b1fbc0d79f9e587dc943da296..5c2b9b63b2169d82297ce627d78d3bb77aa95410 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -9,3 +9,7 @@ DEVICE_PATH := device/askey/dopinder
 $(call inherit-product, vendor/askey/dopinder/dopinder-vendor.mk)
 
 $(call inherit-product, device/amlogic/g12-common/g12.mk)
+
+## Kernel Modules
+PRODUCT_PACKAGES += \
+    8822cs
index 257b03666f27f5f9c345698192453ef11ceed25c..38fca6723cd8d6743435df4ac0bf03e27c8ff964 100644 (file)
@@ -2,5 +2,9 @@
   {
     "repository": "android_device_amlogic_g12-common",
     "target_path": "device/amlogic/g12-common"
+  },
+  {
+    "repository": "android_hardware_amlogic_kernel-modules_rtl8822cs",
+    "target_path": "hardware/amlogic/kernel-modules/rtl8822cs"
   }
 ]