aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-01-31 19:23:32 +0000
committerGravatar Yun Peng <pcloudy@google.com>2017-02-01 08:55:16 +0000
commitbdbb0be1aebb6ba0c597fc53f2d87c924279645d (patch)
treea3a69cb1ce8863df9c91a392693c908ba156a82a
parentecf3197a225b14cbc62ec2e043ffa6889918cf86 (diff)
Make the Bazel unified launcher alias point to unified_launcher_head.
-- PiperOrigin-RevId: 146142811 MOS_MIGRATED_REVID=146142811
-rw-r--r--tools/android/emulator/BUILD.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/emulator/BUILD.tools b/tools/android/emulator/BUILD.tools
index 2cabb0162c..6ff6b82672 100644
--- a/tools/android/emulator/BUILD.tools
+++ b/tools/android/emulator/BUILD.tools
@@ -37,7 +37,7 @@ filegroup(
# android_device to work.
alias(
name = "unified_launcher",
- actual = "@org_unified_launcher//tools/android/emulator:unified_launcher",
+ actual = "@org_unified_launcher//tools/android/emulator:unified_launcher_head",
)
filegroup(