sm7125-common: Enable deps check for lowi-server
Change-Id: Ie76e0f26a9b1372d4de309e48c6ce49143abc3a3
This commit is contained in:
+14
-1
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user