From 0c68d854b99185a47554030d8c33272198c5e507 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 19 Jan 2025 20:45:37 +0530 Subject: [PATCH] sm6375-common: Enable ELF checks for libril-qcril-hook-oem.so Change-Id: I5079c44b4ea3cd5f94ade580272704e4f37c2385 --- Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index 4d4fcfe..6777b73 100644 --- a/Android.bp +++ b/Android.bp @@ -8230,6 +8230,7 @@ cc_prebuilt_library_shared { "libmdmcutback", "liblog", "libsysutils", + "libril", "libc++", "libc", "libm", @@ -8238,7 +8239,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, } @@ -9194,6 +9194,7 @@ cc_prebuilt_library_shared { shared_libs: [ "libcutils", "libutils", + "libril", "libdiag", "libc++", "libc", @@ -9203,7 +9204,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, }