diff options
author | 2020-06-26 14:04:00 +0200 | |
---|---|---|
committer | 2020-06-29 09:14:08 +0200 | |
commit | 5e291c238f122b3f7692ba317c276b652e57b3ee (patch) | |
tree | 6bda59f786a931d537575da980a52d2038d9a773 /zip | |
parent | 0c6f111d7b41abc21f43e5b8a99f7309b29a127c (diff) |
Fix bpfmt issues and add bpfmt to preupload checks
Test: m nothing
Change-Id: I10526a33685335bdd26cc7692815133379d4e0f6
Diffstat (limited to 'zip')
-rw-r--r-- | zip/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zip/Android.bp b/zip/Android.bp index 259e010aa..5081e91c8 100644 --- a/zip/Android.bp +++ b/zip/Android.bp @@ -27,7 +27,6 @@ bootstrap_go_package { "rate_limit.go", ], testSrcs: [ - "zip_test.go", + "zip_test.go", ], } - |