sm7125-common: Enable deps check for lowi-server

Change-Id: Ie76e0f26a9b1372d4de309e48c6ce49143abc3a3
This commit is contained in:
Vayruz Rafli
2025-12-31 11:46:34 +07:00
parent 8625edeaf9
commit fd6fcb40b1
+14 -1
View File
@@ -13778,10 +13778,23 @@ cc_prebuilt_binary {
srcs: [
"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",
check_elf_files: false,
strip: {
none: true,
},