aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-02-17 20:10:42 +0000
committerGravatar Irina Iancu <elenairina@google.com>2017-02-20 09:41:47 +0000
commit824231332fa864bd9a021c91c8651e600deabcd9 (patch)
treeeb037e13ff1dc751cc7490ae6185c7be2a65fd54 /tools
parent59b01953143562502dc036735c2cd23e5255cb24 (diff)
Improve AndroidSdkRepositoryTest.
Also, remove some tests from android_integration_test.sh that are now covered by AndroidSdkRepositoryTest. This should hopefully reduce breakages of android_integration_test.sh that are not caught until the change makes its way to Jenkins. I haven't yet figured out how to move the environment variable settings tests into AndroidSdkRepositoryTest. -- PiperOrigin-RevId: 147864723 MOS_MIGRATED_REVID=147864723
Diffstat (limited to 'tools')
-rw-r--r--tools/android/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/android/BUILD b/tools/android/BUILD
index 29c234b74b..d883031882 100644
--- a/tools/android/BUILD
+++ b/tools/android/BUILD
@@ -138,3 +138,6 @@ filegroup(
],
) + ["//tools/android/emulator:embedded_tools"],
)
+
+# Exported for AndroidSdkRepositoryTest to use it instead of mocking it out.
+exports_files(["android_sdk_repository_template.bzl"])