summaryrefslogtreecommitdiff
path: root/f2fs_utils
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 /f2fs_utils
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 'f2fs_utils')
-rw-r--r--f2fs_utils/Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/f2fs_utils/Android.bp b/f2fs_utils/Android.bp
index 5315f1a0..209c65eb 100644
--- a/f2fs_utils/Android.bp
+++ b/f2fs_utils/Android.bp
@@ -15,7 +15,7 @@ cc_library_shared {
"external/f2fs-tools/include",
],
- export_include_dirs: ["."]
+ export_include_dirs: ["."],
}
cc_binary {
@@ -38,6 +38,9 @@ sh_binary {
name: "mkf2fsuserimg.sh",
src: "mkf2fsuserimg.sh",
- required: ["make_f2fs", "sload_f2fs"],
+ required: [
+ "make_f2fs",
+ "sload_f2fs",
+ ],
host_supported: true,
}