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
diff --git a/init/Android.mk b/init/Android.mk
index 8f58437..02392c5 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -108,7 +108,7 @@
     libgsi \
     libcom.android.sysprop.apex \
     liblzma \
-    libdexfile_support \
+    libdexfile_support_static \
     libunwindstack \
     libbacktrace \
     libmodprobe \