diff options
author | 2018-01-11 22:21:24 +0000 | |
---|---|---|
committer | 2018-01-11 22:24:10 +0000 | |
commit | 24e4f73f21c098e6fdffc5fc28fd3d185f94c27d (patch) | |
tree | 5ca19b04f91a01aecfa0f78f576af78cecd6c071 /patchoat/Android.bp | |
parent | fbe5f2f85244bf57707afb5520b2f9aa189d9d55 (diff) |
Revert "Enable patchoat to write image relocation files"
This reverts commit fbe5f2f85244bf57707afb5520b2f9aa189d9d55.
Test is failing very often on the buildbots.
Bug: 66697305
Change-Id: I9be7471b1c988bdddeca732c39b9323125e4384d
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 ], } |