commit | 7b6acb3f2dd1bf677e7a47a4b54568d084f0ed2a | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Sep 05 17:56:28 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Sep 05 17:56:28 2022 -0700 |
tree | 1c726adf7e0867964336a7f6af78e49d605f386c | |
parent | 22b8aceacbfc3eaa82624b3b084bc031c096f552 [diff] |
Fix module-file name collisions Bazel doesn't allow a module and file with the same name. Bug: 198619163 Test: Presubmits Change-Id: I828de4265a247c93e778764d0ece54d4d1760daa
diff --git a/soundtrigger/2.3/cli/Android.bp b/soundtrigger/2.3/cli/Android.bp index 27d7b30..883bf2b 100644 --- a/soundtrigger/2.3/cli/Android.bp +++ b/soundtrigger/2.3/cli/Android.bp
@@ -9,7 +9,7 @@ java_binary { name: "sthal_cli_2.3", - wrapper: "sthal_cli_2.3", + wrapper: "sthal_cli_2.3.sh", srcs: ["java/**/*.java"], static_libs: [ "android.hardware.soundtrigger-V2.3-java",
diff --git a/soundtrigger/2.3/cli/sthal_cli_2.3 b/soundtrigger/2.3/cli/sthal_cli_2.3.sh similarity index 100% rename from soundtrigger/2.3/cli/sthal_cli_2.3 rename to soundtrigger/2.3/cli/sthal_cli_2.3.sh