summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-08-07 19:07:54 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-07 19:07:54 -0700
commitd4b259310af9bd208d72ccc2376b579dd8faeaa0 (patch)
tree93de621a3f01d765e184b88a9200a1785bdd7bd6
parentd1b25aa73af707c952fe9502ec948ee2a13dd5f0 (diff)
parente7d73f7ff43a82d4bd8a1c47d7b2ab6110e5eac2 (diff)
downloadplatform_tools_test_connectivity-d4b259310af9bd208d72ccc2376b579dd8faeaa0.tar.gz
platform_tools_test_connectivity-d4b259310af9bd208d72ccc2376b579dd8faeaa0.tar.bz2
platform_tools_test_connectivity-d4b259310af9bd208d72ccc2376b579dd8faeaa0.zip
Allow specifying acts w/dist am: 06968f5ebb am: f4251731d9
am: e7d73f7ff4 Change-Id: I67794d07bd41b45d541f86cfcf3df1a43c7dda9d
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 11b923be6f..126dd2d774 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,7 +30,7 @@ $(ACTS_DISTRO): $(sort $(shell find $(LOCAL_PATH)/acts))
$(hide) zip $(HOST_OUT)/acts-dist/acts.zip $(shell find tools/test/connectivity/acts/* ! -wholename "*__pycache__*")
acts: $(ACTS_DISTRO)
-$(call dist-for-goals,tests,$(ACTS_DISTRO))
+$(call dist-for-goals,acts tests,$(ACTS_DISTRO))
# Wear specific Android Connectivity Test Suite
WTS_ACTS_DISTRO_DIR := $(HOST_OUT)/wts-acts-dist