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, }