commit | a5e0bede0806efd17b60525c5a7af01f6b00a932 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Dec 20 17:11:49 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Mon Dec 20 17:11:49 2021 +0900 |
tree | cf1524e9b888cc264904765992769e1d0092a427 | |
parent | 173aca685a6feb96b44c82235fcc84d7a0425df1 [diff] [blame] |
Fix idsig for a large APK files Bug: 210800944 Test: atest --test-mapping idsig Change-Id: I74c42e384fadfb8363306a3ead91869d15f4f0da
diff --git a/idsig/testdata/create.sh b/idsig/testdata/create.sh index eadfdb2..1a15d2b 100755 --- a/idsig/testdata/create.sh +++ b/idsig/testdata/create.sh
@@ -1,6 +1,6 @@ #!/bin/bash -sizes="512 4K 1M 10000000" +sizes="512 4K 1M 10000000 272629760" for size in $sizes; do echo $size dd if=/dev/random of=input.$size bs=$size count=1