diff options
| author | 2018-09-14 17:20:08 -0700 | |
|---|---|---|
| committer | 2018-09-14 17:20:08 -0700 | |
| commit | 73ce15e8a898f32d3189c4ebf4d680dc9e0940e9 (patch) | |
| tree | 21448dbddb18d9039e81b7ea70c248a6355e785e | |
| parent | 810fae4d97dce46ef726b412c4b1f61ffa44b4ee (diff) | |
| parent | d7e42641de8f6104d1dde587ea14115ec0157f24 (diff) | |
libandroid_runtime: Link libselinux dynamically instead of statically.
am: d7e42641de
Change-Id: I9fa8026f7463be7b76fecd97862ec0046c7ce040
| -rw-r--r-- | core/jni/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 494a95741090..08c9678cac79 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -227,7 +227,6 @@ cc_library_shared { static_libs: [ "libgif", "libseccomp_policy", - "libselinux", "libgrallocusage", "libscrypt_static", ], |