Merge "Work around art-host-tests
build issues when using ART prebuilts."
This commit is contained in:
commit
add7902aab
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
$(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
|
echo $(sort $(COMPATIBILITY.art-host-tests.FILES)) | tr " " "\n" > $@.list
|
||||||
grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
|
grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
|
||||||
|
$(hide) touch $@-host-libs.list
|
||||||
$(hide) for shared_lib in $(PRIVATE_HOST_SHARED_LIBS); do \
|
$(hide) for shared_lib in $(PRIVATE_HOST_SHARED_LIBS); do \
|
||||||
echo $$shared_lib >> $@-host-libs.list; \
|
echo $$shared_lib >> $@-host-libs.list; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue