commit | 11d53ee9c7dc273cbbe098a90cf5af4538350c60 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Jun 01 13:38:15 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Jun 01 14:35:58 2022 +0000 |
tree | 4c35d48badad1871a52e4fdd975bb377c2ef2b76 | |
parent | a11b83a26bb41301f3b1eb2af713364ed0b8aaec [diff] [blame] |
idsig: Include the APK digest Get the best APK digest from the APK and include it in the generated idsig. Test: atest libidsig.test Bug: 234564414 Change-Id: If55eab3bb62131bcdb9dfeb6000b9a5ba7ab9236
diff --git a/libs/idsig/Android.bp b/libs/idsig/Android.bp index 2e9c663..25eeae4 100644 --- a/libs/idsig/Android.bp +++ b/libs/idsig/Android.bp
@@ -10,6 +10,7 @@ prefer_rlib: true, rustlibs: [ "libanyhow", + "libapkverify", "libbyteorder", "libnum_traits", "libopenssl",