Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9749b050 authored by Roland Levillain's avatar Roland Levillain Committed by Automerger Merge Worker
Browse files

Merge "Work around `art-host-tests` build issues when using ART prebuilts."...

Merge "Work around `art-host-tests` build issues when using ART prebuilts." into sc-dev am: da8d71ea

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15402994

Change-Id: Ic5bdea6df59c97fab3a433c3016a2dac7b69c78a
parents e344cb5b da8d71ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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