From fd6fcb40b1821499d6788f5ef594258646e24a43 Mon Sep 17 00:00:00 2001 From: Vayruz Rafli Date: Wed, 31 Dec 2025 11:46:34 +0700 Subject: [PATCH] sm7125-common: Enable deps check for lowi-server Change-Id: Ie76e0f26a9b1372d4de309e48c6ce49143abc3a3 --- Android.bp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 3d53d79..749fecc 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, },