Revert "Remove dist-for-goals call for gtests."

This reverts commit fdd3790cd0ac299479f7b658e0ca1866c32fbb80.

Reason for revert: fixed by https://android-review.googlesource.com/c/platform/build/+/796536

Change-Id: I96d6551b14b9b241a08ee6a9c6557c0de10a60fc
Test: m test-art-host-gtest
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index 5f36de8..e2a0a39 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -490,6 +490,7 @@
   gtest_suffix := $(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
   gtest_rule := test-art-host-gtest-$$(gtest_suffix)
   gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
+  $$(call dist-for-goals,$$(gtest_rule),$$(gtest_output):gtest/$$(gtest_suffix))
   gtest_exe := $(OUT_DIR)/$(2)
   # Dependencies for all host gtests.
   gtest_deps := $$(HOST_CORE_DEX_LOCATIONS) \