summaryrefslogtreecommitdiff
path: root/app-launcher
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 /app-launcher
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 'app-launcher')
-rw-r--r--app-launcher/Android.bp2
-rwxr-xr-xapp-launcher/app-launcher.sh (renamed from app-launcher/app-launcher)0
2 files changed, 1 insertions, 1 deletions
diff --git a/app-launcher/Android.bp b/app-launcher/Android.bp
index 3fbc88c8..f00dcb63 100644
--- a/app-launcher/Android.bp
+++ b/app-launcher/Android.bp
@@ -31,7 +31,7 @@ cc_binary_host {
sh_binary_host {
name: "app-launcher",
- src: "app-launcher",
+ src: "app-launcher.sh",
required: [
"computestats",
"computestatsf",
diff --git a/app-launcher/app-launcher b/app-launcher/app-launcher.sh
index 525e06ac..525e06ac 100755
--- a/app-launcher/app-launcher
+++ b/app-launcher/app-launcher.sh