commit | d7e42641de8f6104d1dde587ea14115ec0157f24 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Sep 13 14:30:25 2018 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Thu Sep 13 14:34:32 2018 -0700 |
tree | 8b28c59a20b5a2b7ea244da3803297b7c87c299e | |
parent | 375af769e60024aab97418daf11c3c63294678eb [diff] |
libandroid_runtime: Link libselinux dynamically instead of statically.
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 494a957..08c9678 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp
@@ -227,7 +227,6 @@ static_libs: [ "libgif", "libseccomp_policy", - "libselinux", "libgrallocusage", "libscrypt_static", ],