acheron: Enable deps check for lowi-server

Change-Id: I648e258666c1245e11fce6908c99a83fbce71e26
This commit is contained in:
Vayruz Rafli
2026-07-05 16:15:51 +07:00
parent df989ad79c
commit e9fabfc1c4
+14 -1
View File
@@ -13778,10 +13778,23 @@ cc_prebuilt_binary {
srcs: [ srcs: [
"proprietary/vendor/bin/lowi-server", "proprietary/vendor/bin/lowi-server",
], ],
shared_libs: [
"libcutils",
"libgps.utils",
"liblog",
"libnl",
"libqmi_cci",
"libqmi_common_so",
"libwpa_client",
"libdiag",
"libc++",
"libc",
"libm",
"libdl",
],
}, },
}, },
compile_multilib: "64", compile_multilib: "64",
check_elf_files: false,
strip: { strip: {
none: true, none: true,
}, },