commit | 5e291c238f122b3f7692ba317c276b652e57b3ee | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Fri Jun 26 14:04:00 2020 +0200 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Jun 29 09:14:08 2020 +0200 |
tree | 6bda59f786a931d537575da980a52d2038d9a773 | |
parent | 0c6f111d7b41abc21f43e5b8a99f7309b29a127c [diff] [blame] |
Fix bpfmt issues and add bpfmt to preupload checks Test: m nothing Change-Id: I10526a33685335bdd26cc7692815133379d4e0f6
diff --git a/bpfix/Android.bp b/bpfix/Android.bp index e291578..b244e3a 100644 --- a/bpfix/Android.bp +++ b/bpfix/Android.bp
@@ -44,11 +44,9 @@ "bpfix/bpfix.go", ], testSrcs: [ - "bpfix/bpfix_test.go", + "bpfix/bpfix_test.go", ], deps: [ "blueprint-parser", ], } - -