aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2021-08-03 16:01:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-03 16:01:21 +0000
commitda8d71ea5c7fc2549925c872dd84feaeb7191c13 (patch)
tree14aa214340ef48f2e860c683ceb86cb848bd38f4
parente24af74376b4b5accb5771537fbbe2a3afb04057 (diff)
parent49ec17eac86b4d55fa7b172fbd700cf22fc03bdf (diff)
downloadbuild-da8d71ea5c7fc2549925c872dd84feaeb7191c13.tar.gz
Merge "Work around `art-host-tests` build issues when using ART prebuilts." into sc-dev
-rw-r--r--core/tasks/art-host-tests.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tasks/art-host-tests.mk b/core/tasks/art-host-tests.mk
index d771b063e9..b9a349d0a1 100644
--- a/core/tasks/art-host-tests.mk
+++ b/core/tasks/art-host-tests.mk
@@ -29,6 +29,7 @@ $(art_host_tests_zip) : PRIVATE_HOST_SHARED_LIBS := $(my_host_shared_lib_for_art
$(art_host_tests_zip) : $(COMPATIBILITY.art-host-tests.FILES) $(my_host_shared_lib_for_art_host_tests) $(SOONG_ZIP)
echo $(sort $(COMPATIBILITY.art-host-tests.FILES)) | tr " " "\n" > $@.list
grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
+ $(hide) touch $@-host-libs.list
$(hide) for shared_lib in $(PRIVATE_HOST_SHARED_LIBS); do \
echo $$shared_lib >> $@-host-libs.list; \
done