Aerodactyl: Build MediaTek WiFi HAL impl from source and track WAPI blob

This commit is contained in:
Mashopy
2025-11-16 01:39:27 +01:00
parent 65ff100ba1
commit d5be177184
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ PRODUCT_PACKAGES += \
libvpu \ libvpu \
libwa_opticalzoomfactor \ libwa_opticalzoomfactor \
libwa_sat \ libwa_sat \
libwifi-hal-mtk \ libwapi \
libwpfa \ libwpfa \
libwvaidl \ libwvaidl \
arm.graphics-V3-ndk \ arm.graphics-V3-ndk \
+4 -6
View File
@@ -9235,7 +9235,7 @@ cc_prebuilt_library_shared {
} }
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libwifi-hal-mtk", name: "libwapi",
owner: "nothing", owner: "nothing",
strip: { strip: {
none: true, none: true,
@@ -9243,14 +9243,12 @@ cc_prebuilt_library_shared {
target: { target: {
android_arm64: { android_arm64: {
srcs: [ srcs: [
"proprietary/vendor/lib64/libwifi-hal-mtk.so", "proprietary/vendor/lib64/libwapi.so",
], ],
shared_libs: [ shared_libs: [
"libbase", "libkeystore-wifi-hidl",
"libcutils", "libcrypto",
"liblog", "liblog",
"libnl",
"libutils",
"libc++", "libc++",
"libc", "libc",
"libm", "libm",
Binary file not shown.
Binary file not shown.