summaryrefslogtreecommitdiff
path: root/alloc-stress
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2020-10-23 10:20:33 +0200
committerThiƩbaud Weksteen <tweek@google.com>2020-10-23 10:22:48 +0200
commit21a993263b8b2096610058fb62d639593ba70e43 (patch)
tree31e43afdb0bdea26b57870268e5d667cc92e3cff /alloc-stress
parentfd7725d91f9006ba89de52fbc32e1be60856a8a2 (diff)
downloadextras-21a993263b8b2096610058fb62d639593ba70e43.tar.gz
Enable bpfmt repo hook
Enable the bpfmt hook to automatically format Android.bp files. Fix current Blueprint files. This change has been generated using: $ find . -name Android.bp -exec bpfmt -w {} \; Test: cd system/extras; mm Change-Id: I4c6cc60a1afc13783c3da751291325b7160d52b3
Diffstat (limited to 'alloc-stress')
-rw-r--r--alloc-stress/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/alloc-stress/Android.bp b/alloc-stress/Android.bp
index 896db5ef..30ccbdb6 100644
--- a/alloc-stress/Android.bp
+++ b/alloc-stress/Android.bp
@@ -26,8 +26,8 @@ cc_binary {
"-Wall",
"-Werror",
"-Wno-missing-field-initializers",
- "-Wno-sign-compare"
- ]
+ "-Wno-sign-compare",
+ ],
}
cc_binary {
@@ -38,6 +38,6 @@ cc_binary {
"-Wall",
"-Werror",
"-Wno-missing-field-initializers",
- "-Wno-sign-compare"
- ]
+ "-Wno-sign-compare",
+ ],
}