Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ad47f35 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

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
parent 5cdf2ef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ LOCAL_STATIC_LIBRARIES := \
    libgsi \
    libcom.android.sysprop.apex \
    liblzma \
    libdexfile_support \
    libdexfile_support_static \
    libunwindstack \
    libbacktrace \
    libmodprobe \