beast: Build Realtek 8822bs module inline
authorAaron Kling <webgeek1234@gmail.com>
Fri, 25 Jun 2021 05:04:25 +0000 (01:04 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Sat, 21 May 2022 03:55:57 +0000 (23:55 -0400)
Change-Id: I042931d6361420868f53f682c70fee8c5a2b589d

device.mk
lineage.dependencies

index 04396a1ee29ff1f7ce0dc6cb36227c6c2f86d5be..95a6d1570dcbd5a849b822fbcbc90efd35c96554 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -10,5 +10,9 @@ $(call inherit-product, vendor/google/beast/beast-vendor.mk)
 
 $(call inherit-product, device/amlogic/gx-common/gx.mk)
 
+## Kernel Modules
+PRODUCT_PACKAGES += \
+    8822bs
+
 ## Platform
 TARGET_AMLOGIC_SOC := gxl
index 6b0d65bd87c7d6b68c9ab86bfdb656ad7f3ea273..5ab7fe1f549c996aa349f495b418f31a6dddc2c3 100644 (file)
@@ -2,5 +2,9 @@
   {
     "repository": "android_device_amlogic_gx-common",
     "target_path": "device/amlogic/gx-common"
+  },
+  {
+    "repository": "android_hardware_amlogic_kernel-modules_rtl8822bs",
+    "target_path": "hardware/amlogic/kernel-modules/rtl8822bs"
   }
 ]