commit | bcc3d05aba2395290dddcaabe8980b334c9caa22 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Sep 01 15:20:00 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Sep 01 15:20:00 2022 -0700 |
tree | 96139e277f27a4d9a72723b88bb720b74c79c27a | |
parent | 6faa161557b84905ab07c9e586258687231f7d93 [diff] [blame] |
Fix module-file name collisions Bazel doesn't allow a module and file with the same name. Bug: 198619163 Test: Presubmits Change-Id: Ie9731b627945d2ff221d3a5d08a32a5a172f9dcd
diff --git a/scripts/Android.bp b/scripts/Android.bp index 814bd57..b5b588b 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp
@@ -168,7 +168,7 @@ } python_binary_host { - name: "gen-kotlin-build-file.py", + name: "gen-kotlin-build-file", main: "gen-kotlin-build-file.py", srcs: [ "gen-kotlin-build-file.py",