summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-09-05 18:33:35 -0700
committerCole Faust <colefaust@google.com>2022-09-05 18:33:35 -0700
commitf61af98dc900e150f68f47ddebe3726aaef2a15b (patch)
tree68b8e5587e2fe52dd86a02517fc33ef875bd4ca6 /f2fs_utils
parentd0f0d37af82c9b2bb49ac1d224880a910dbef738 (diff)
downloadextras-f61af98dc900e150f68f47ddebe3726aaef2a15b.tar.gz
Fix module-file name collisions
Bazel doesn't allow a module and file with the same name. Bug: 198619163 Test: Presubmits Change-Id: Ibdd1d712f16ca0b211d709768a5ce4b0eb507525
Diffstat (limited to 'f2fs_utils')
-rw-r--r--f2fs_utils/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/f2fs_utils/Android.bp b/f2fs_utils/Android.bp
index ba055ecb..e27e28ca 100644
--- a/f2fs_utils/Android.bp
+++ b/f2fs_utils/Android.bp
@@ -54,8 +54,7 @@ cc_binary {
}
sh_binary_host {
- name: "mkf2fsuserimg.sh",
-
+ name: "mkf2fsuserimg",
src: "mkf2fsuserimg.sh",
required: [
"make_f2fs",