From 48b18b8ef04a9b49d3872575e61fe8e4cc7d7fb9 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 20 Jan 2025 03:31:53 +0530 Subject: [PATCH] sm6375-common: Disable ELF checks on device specific libs Change-Id: Iff53502e94cee5a065b75300992a632aca84e0c3 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index b9cb807..48eb278 100644 --- a/Android.bp +++ b/Android.bp @@ -17832,7 +17832,6 @@ cc_prebuilt_binary { "liblog", "libqmi_common_so", "libqmi_cci", - "libthermalclient", "libc++", "libc", "libm", @@ -17841,6 +17840,7 @@ cc_prebuilt_binary { }, }, compile_multilib: "64", + check_elf_files: false, strip: { none: true, },