summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-05-06 13:54:47 -0700
committerDan Willemsen <dwillemsen@google.com>2019-05-06 13:57:32 -0700
commitc59a9c624abff3b1ba1d1c80efde62445f713f7b (patch)
tree85115487fb2a9498e8565731cf60b951a2716063
parent249f89aedf7d7e8d7d5da63fc0486d9f7b097bc8 (diff)
downloadplatform_tools_test_connectivity-oreo-mr1-iot-release.tar.gz
platform_tools_test_connectivity-oreo-mr1-iot-release.tar.bz2
platform_tools_test_connectivity-oreo-mr1-iot-release.zip
Allow specifying acts / wts-acts w/distandroid-o-mr1-iot-release-1.0.12oreo-mr1-iot-release
Instead of requiring users to build all tests in the tree in order to get this test suite into the dist files, add the custom phony targets to dist-for-goals. Bug: 132082642 Test: m acts dist Change-Id: I2e8b8cb6f3fc3329f0b76d5679ce4ba07808031a
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index f33b49043a..d47180c95f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,7 @@ $(ACTS_DISTRO): $(sort $(shell find $(LOCAL_PATH)/acts))
acts: $(ACTS_DISTRO)
.PHONY: acts
-$(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
@@ -56,7 +56,7 @@ $(WTS_ACTS_DISTRO): $(SOONG_ZIP)
wts-acts: $(WTS_ACTS_DISTRO)
.PHONY: wts-acts
-$(call dist-for-goals,tests,$(WTS_ACTS_DISTRO))
+$(call dist-for-goals,wts-acts tests,$(WTS_ACTS_DISTRO))