From 703a2cd707e85b1a9e7d9e3b7f20766e2fde42c0 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Wed, 8 Jan 2025 14:54:13 -0500 Subject: [PATCH] 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 0596b36..9a9e5f3 100644 --- a/Android.bp +++ b/Android.bp @@ -9279,6 +9279,7 @@ cc_prebuilt_library_shared { "libmdmcutback", "liblog", "libsysutils", + "libril", "libc++", "libc", "libm", @@ -9287,7 +9288,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, } @@ -10350,6 +10350,7 @@ cc_prebuilt_library_shared { shared_libs: [ "libcutils", "libutils", + "libril", "libdiag", "libc++", "libc", @@ -10359,7 +10360,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, }