diff options
Diffstat (limited to 'patchoat/Android.bp')
-rw-r--r-- | patchoat/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/patchoat/Android.bp b/patchoat/Android.bp index 0e8e517cd4..0902823644 100644 --- a/patchoat/Android.bp +++ b/patchoat/Android.bp @@ -26,7 +26,6 @@ cc_defaults { }, shared_libs: [ "libbase", - "libcrypto", // For computing the digest of image file ], } @@ -59,6 +58,5 @@ art_cc_test { ], shared_libs: [ "libartd", - "libcrypto", // For computing the digest of image file ], } |