aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2020-04-09 21:56:25 +0100
committerOrion Hodson <oth@google.com>2020-04-14 13:46:49 +0100
commitf37ec31b9fd635addac1ebdc51b7ebe20cc8efa4 (patch)
treec3f1bb34b236ccbc1178824124aff20ea4cb60f7
parentd2a09b882a9db481a48d22887aa45af55ac1953d (diff)
downloaddexmaker-f37ec31b9fd635addac1ebdc51b7ebe20cc8efa4.tar.gz
Add a repohook for bpfmt
Reformat Android.bp to pass check. Test: Try uploading CL without a test stanza Change-Id: Ibafb17495ad28401a9cb4509a54284da940b3430
-rw-r--r--Android.bp4
-rw-r--r--PREUPLOAD.cfg2
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 2da8697..c3fcdb4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,7 +78,7 @@ cc_defaults {
],
header_libs: [
- "libopenjdkjvmti_headers",
+ "libopenjdkjvmti_headers",
],
}
@@ -137,7 +137,7 @@ java_library_static {
],
required: [
"libdexmakerjvmtiagent",
- "libstaticjvmtiagent"
+ "libstaticjvmtiagent",
],
}
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
new file mode 100644
index 0000000..b558ce7
--- /dev/null
+++ b/PREUPLOAD.cfg
@@ -0,0 +1,2 @@
+[Builtin Hooks]
+bpfmt = true \ No newline at end of file