Aerodactyl: Switch back to the prebuilt wifi HAL

This commit is contained in:
Mashopy
2026-07-08 16:32:56 +02:00
parent f683030ca5
commit 633085b5c5
3 changed files with 30 additions and 0 deletions
+29
View File
@@ -7423,6 +7423,35 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libwifi-hal-mtk",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libwifi-hal-mtk.so",
],
shared_libs: [
"libbase",
"libcutils",
"liblog",
"libnl",
"libutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libwpfa",
owner: "nothing",