From 3e50d6bc0b18920f035c0c5e7c9cd54257cfd9cd Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Tue, 4 Jul 2023 00:16:37 -0400 Subject: [PATCH 1/2] GS290: build libtinyxml Change-Id: I17f9eeacb59c0d9c31b8be29b9ab3e1f1ae82f56 Signed-off-by: Jackeagle --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 116ca8d..1b648ef 100644 --- a/device.mk +++ b/device.mk @@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \ audio.usb.default \ libaudiofoundation.vendor \ libtinycompress \ + libtinyxml \ tinymix PRODUCT_COPY_FILES += \ -- GitLab From b2ef25b0e8fdd18fe71002252ec5fc0cfcb624ed Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Tue, 4 Jul 2023 00:18:10 -0400 Subject: [PATCH 2/2] GS290: Build Wifi HIDL libs into vendor Change-Id: Icd1d8a7463f0b29c1f10dfe71b34bd1fb92885c3 Signed-off-by: Jackeagle --- device.mk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 1b648ef..a574ec5 100644 --- a/device.mk +++ b/device.mk @@ -23,7 +23,6 @@ PRODUCT_PACKAGES += \ audio.usb.default \ libaudiofoundation.vendor \ libtinycompress \ - libtinyxml \ tinymix PRODUCT_COPY_FILES += \ @@ -324,7 +323,16 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service-lazy.GS290 \ libkeystore-engine-wifi-hidl \ - libkeystore-wifi-hidl + libkeystore-wifi-hidl \ + android.hardware.wifi.hostapd@1.0.vendor \ + android.hardware.wifi.hostapd@1.1.vendor \ + android.hardware.wifi.hostapd@1.2.vendor \ + android.hardware.wifi.hostapd@1.3.vendor \ + android.hardware.wifi.supplicant@1.0.vendor \ + android.hardware.wifi.supplicant@1.1.vendor \ + android.hardware.wifi.supplicant@1.2.vendor \ + android.hardware.wifi.supplicant@1.3.vendor \ + android.hardware.wifi.supplicant@1.4.vendor PRODUCT_PACKAGES += \ TetheringResOverlay \ -- GitLab