commit | 117cd5e0e6c6a046426d3ff40354095e1e7d4cae | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Aug 13 11:42:13 2021 +0000 |
committer | Jooyung Han <jooyung@google.com> | Tue Aug 17 10:07:30 2021 +0900 |
tree | 6c4781f8e04c057a244c3c84e7aa0665b5664185 | |
parent | 5817c77734db7cfada0c94ac90f4a01db35c35a9 [diff] [blame] |
Clean up imports, formatting and tests. Bug: n/a Test: atest libapkverify.test libapkverify.integration_test Change-Id: I39686d17927741297aa3feb02ed6043ee770933b
diff --git a/apkverify/src/lib.rs b/apkverify/src/lib.rs index 869431e..f75913c 100644 --- a/apkverify/src/lib.rs +++ b/apkverify/src/lib.rs
@@ -18,7 +18,8 @@ mod bytes_ext; mod sigutil; -mod testing; +#[allow(dead_code)] +pub mod testing; mod v3; mod ziputil;