Must use libdexfile_support_static in a static executable.
The other one compiles in dlopen() calls that won't work. Test: Build & boot Bug: 141485154 Change-Id: I8ab697cfbe41bd21ad47655e47a0218d52738b58
This commit is contained in:
parent
5cdf2ef310
commit
2ad47f35a7
|
@ -108,7 +108,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libgsi \
|
||||
libcom.android.sysprop.apex \
|
||||
liblzma \
|
||||
libdexfile_support \
|
||||
libdexfile_support_static \
|
||||
libunwindstack \
|
||||
libbacktrace \
|
||||
libmodprobe \
|
||||
|
|
Loading…
Reference in New Issue