Allow specifying acts / wts-acts w/dist

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
diff --git a/Android.mk b/Android.mk
index f33b490..d47180c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,7 @@
 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: $(WTS_ACTS_DISTRO)
 .PHONY: wts-acts
 
-$(call dist-for-goals,tests,$(WTS_ACTS_DISTRO))
+$(call dist-for-goals,wts-acts tests,$(WTS_ACTS_DISTRO))