commit | 1cd8877d83aa99fa5ecb19a476dc8ca0b76eb86c | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Sep 24 17:36:30 2019 +0100 |
committer | Martin Stjernholm <mast@google.com> | Tue Sep 24 17:36:30 2019 +0100 |
tree | b5a6b1cb5ecc103ba42c3c2f4758e0dfae49bdf0 | |
parent | 3d2c9f6bf5e869759e183aae8c9fdaed2e3e8c97 [diff] |
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 \