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