forked from openkylin/platform_build
Add libdl_android.so to the system partition absence check.
Test: m Bug: 144343305 Change-Id: Ie3a9698d4d369a68ce2baffbab448af63ead4410
This commit is contained in:
parent
5c3bf1b164
commit
42ae1c8c8f
|
@ -1159,6 +1159,7 @@ APEX_MODULE_LIBS += \
|
|||
libc_malloc_debug.so \
|
||||
libc_malloc_hooks.so \
|
||||
libdl.so \
|
||||
libdl_android.so \
|
||||
libm.so \
|
||||
|
||||
# Conscrypt APEX libraries
|
||||
|
|
Loading…
Reference in New Issue