From e9fabfc1c424226f02c00dae6a7e3db568831f21 Mon Sep 17 00:00:00 2001 From: Vayruz Rafli Date: Sun, 5 Jul 2026 15:55:22 +0700 Subject: [PATCH] acheron: Enable deps check for lowi-server Change-Id: I648e258666c1245e11fce6908c99a83fbce71e26 --- Android.bp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 063e327..da071c2 100644 --- a/Android.bp +++ b/Android.bp @@ -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, },