summaryrefslogtreecommitdiff
path: root/vbmeta_tools
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 /vbmeta_tools
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 'vbmeta_tools')
-rw-r--r--vbmeta_tools/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbmeta_tools/Android.bp b/vbmeta_tools/Android.bp
index 73a9eb7f..0e8d458d 100644
--- a/vbmeta_tools/Android.bp
+++ b/vbmeta_tools/Android.bp
@@ -23,4 +23,4 @@ cc_binary {
srcs: [
"vbmake.cc",
],
-} \ No newline at end of file
+}