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