From f9c85faff0ad87f6c18a35e462c167cd9c8ec7dc Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 9 Jan 2025 04:34:08 +0200 Subject: [PATCH] sm6225-common: Enable ELF checks for libril-qcril-hook-oem.so * And moto deps. Change-Id: Id587d9bf8e7f62a96905da6ff06c2fc18f695895 --- Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index 872dc7f..c111926 100644 --- a/Android.bp +++ b/Android.bp @@ -5456,6 +5456,7 @@ cc_prebuilt_library_shared { "libmdmcutback", "liblog", "libsysutils", + "libril", "libc++", "libc", "libm", @@ -5464,7 +5465,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, } @@ -6408,6 +6408,7 @@ cc_prebuilt_library_shared { shared_libs: [ "libcutils", "libutils", + "libril", "libdiag", "libc++", "libc", @@ -6417,7 +6418,6 @@ cc_prebuilt_library_shared { }, }, compile_multilib: "64", - check_elf_files: false, prefer: true, soc_specific: true, }