From: Aaron Kling Date: Fri, 25 Jun 2021 05:04:25 +0000 (-0400) Subject: beast: Build Realtek 8822bs module inline X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=af6760b9e58c66ac06aff7e891b3c9c69da8f8f4;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_google_beast.git beast: Build Realtek 8822bs module inline Change-Id: I042931d6361420868f53f682c70fee8c5a2b589d --- diff --git a/device.mk b/device.mk index 04396a1..95a6d15 100644 --- 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 diff --git a/lineage.dependencies b/lineage.dependencies index 6b0d65b..5ab7fe1 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -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" } ]