Aerodactyl: Switch back to the prebuilt wifi HAL
This commit is contained in:
@@ -634,6 +634,7 @@ PRODUCT_PACKAGES += \
|
||||
libvpu \
|
||||
libwa_opticalzoomfactor \
|
||||
libwa_sat \
|
||||
libwifi-hal-mtk \
|
||||
libwpfa \
|
||||
libwvaidl \
|
||||
arm.graphics-V3-ndk \
|
||||
|
||||
+29
@@ -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",
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user