diff options
| author | 2017-06-26 10:12:56 +0000 | |
|---|---|---|
| committer | 2017-06-26 10:12:56 +0000 | |
| commit | 59410a96edf87aee848b648cb4a618a04424aeda (patch) | |
| tree | 31b86f3bc8e430b91846149d71d7700f5f560907 | |
| parent | ad654a3af546764a6840cdb8521dd7aab5facb43 (diff) | |
| parent | c584a2596e297d0cde852ea7cea5471933cd0ab5 (diff) | |
Merge "Add libcrypto to shared libraries of core/jni" into oc-dev-plus-aosp
am: c584a2596e
Change-Id: I0eff66034ec46c33dd733cffabeacae1ee53db35
| -rw-r--r-- | core/jni/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index f32945470c61..c5279e10d93f 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -223,6 +223,7 @@ cc_library_shared { "libandroidfw", "libappfuse", "libbase", + "libcrypto", "libnativehelper", "liblog", "libcutils", |