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