tanzanite: drop stock libaedv blobs

* we switch with the dummy one

Signed-off-by: Nathan <nathannxx@proton.me>
This commit is contained in:
2026-02-07 15:46:18 +01:00
parent b4895775a0
commit f9393d1d21
4 changed files with 0 additions and 48 deletions
-47
View File
@@ -210,53 +210,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaedv",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/libaedv.so",
],
shared_libs: [
"libcutils",
"libbase",
"libunwindstack",
"libselinux",
"liblog",
"libz",
"libc",
"libdl",
"libm",
"libc++",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libaedv.so",
],
shared_libs: [
"libcutils",
"libbase",
"libunwindstack",
"libselinux",
"liblog",
"libz",
"libc",
"libdl",
"libm",
"libc++",
],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libbwc",
owner: "xiaomi",