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:
Martin Stjernholm 2019-09-24 17:36:30 +01:00
parent 5cdf2ef310
commit 2ad47f35a7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ LOCAL_STATIC_LIBRARIES := \
libgsi \
libcom.android.sysprop.apex \
liblzma \
libdexfile_support \
libdexfile_support_static \
libunwindstack \
libbacktrace \
libmodprobe \