aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-02-14 03:50:38 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 14:22:55 +0000
commit10e3f00ba1bcb5b5375e88a2b5d03d056aa4bf33 (patch)
treebffc02923d6f4e767a33e69e863ff1c9ec7eb77a /tools
parenteb39a94a13c8569b8ff14dc73cbcbb8216105a41 (diff)
Make android_device pass --android_sdk_path to unified launcher.
Creates filegroup containing sdk path in Bazel embedded Android SDK repository. -- PiperOrigin-RevId: 147426838 MOS_MIGRATED_REVID=147426838
Diffstat (limited to 'tools')
-rw-r--r--tools/android/emulator/BUILD.tools7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/android/emulator/BUILD.tools b/tools/android/emulator/BUILD.tools
index f671a0b69c..f4a883ca9f 100644
--- a/tools/android/emulator/BUILD.tools
+++ b/tools/android/emulator/BUILD.tools
@@ -34,6 +34,11 @@ filegroup(
],
)
+alias(
+ name = "sdk_path",
+ actual = "@androidsdk//:sdk_path",
+)
+
# Unified launcher is not included with Bazel or the Android SDK. Instead, it
# comes from an external repository that must be set up in order for
# android_device to work.
@@ -45,4 +50,4 @@ alias(
filegroup(
name = "shbase",
srcs = ["googletest.sh"],
-) \ No newline at end of file
+)