From 2ad47f35a774828c7ea7c4fdb3fd1dcb0a8bc939 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 24 Sep 2019 17:36:30 +0100 Subject: [PATCH] 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 --- init/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Android.mk b/init/Android.mk index 8f584378a..02392c579 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -108,7 +108,7 @@ LOCAL_STATIC_LIBRARIES := \ libgsi \ libcom.android.sysprop.apex \ liblzma \ - libdexfile_support \ + libdexfile_support_static \ libunwindstack \ libbacktrace \ libmodprobe \