summaryrefslogtreecommitdiff
path: root/common/robolectric/3.6.1/robotest-internal.mk
diff options
context:
space:
mode:
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.