summaryrefslogtreecommitdiff
path: root/squashfs_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 /squashfs_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 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index d777a496..421c0d88 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -47,7 +47,7 @@ cc_library {
}
sh_binary_host {
- name: "mksquashfsimage.sh",
+ name: "mksquashfsimage",
src: "mksquashfsimage.sh",
required: [
"img2simg",