diff options
| -rw-r--r-- | core/jni/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 7e71ce9d4131..c5279e10d93f 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -215,7 +215,6 @@ cc_library_shared { "libgif", "libseccomp_policy", "libselinux", - "libcrypto", "libgrallocusage", ], @@ -224,6 +223,7 @@ cc_library_shared { "libandroidfw", "libappfuse", "libbase", + "libcrypto", "libnativehelper", "liblog", "libcutils", |