summaryrefslogtreecommitdiff
path: root/common/robolectric/3.6.1/robotest-internal.mk
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:05:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:05:56 +0000
commit6dd01d51ec25f41fe874bacf2b6f150e9e85d704 (patch)
treea7c8c125951c9696f0ceb099f2ed2b5e5295a58c /common/robolectric/3.6.1/robotest-internal.mk
parent87e161884e3a0f2f003b06dea708102d3afc6fa0 (diff)
parent8bd8b591c23d4591508a0eb3d75da488e5f52870 (diff)
downloadmisc-android13-frc-extservices-release.tar.gz
Snap for 8558685 from 8bd8b591c23d4591508a0eb3d75da488e5f52870 to tm-frc-extservices-releaset_frc_ext_330443000android13-frc-extservices-release
Change-Id: I89951837bb5802a015251645961343f6678421e6
Diffstat (limited to 'common/robolectric/3.6.1/robotest-internal.mk')
-rw-r--r--common/robolectric/3.6.1/robotest-internal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/robolectric/3.6.1/robotest-internal.mk b/common/robolectric/3.6.1/robotest-internal.mk
index f8e4470a..9bd9b5d2 100644
--- a/common/robolectric/3.6.1/robotest-internal.mk
+++ b/common/robolectric/3.6.1/robotest-internal.mk
@@ -12,6 +12,9 @@ my_target_xml := $(intermediates)/$(my_filename_stem)-output.xml
my_target_output := $(intermediates)/$(my_filename_stem)-output.txt
my_target_retval := $(intermediates)/$(my_filename_stem)-retval.txt
+ALL_TARGETS.$(my_target_output).META_LIC:=$(module_license_metadata)
+ALL_TARGETS.$(my_target_xml).META_LIC:=$(module_license_metadata)
+
# We should always re-run the tests, even if nothing has changed.
# So until the build system has a dedicated "no cache" option, claim
# to write a file that is never produced.