Loading core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -914,7 +914,7 @@ endef # Scan all modules in general-tests, device-tests and other selected suites and # flatten the shared library dependencies. define update-host-shared-libs-deps-for-suites $(foreach suite,general-tests device-tests vts art-host-tests host-unit-tests,\ $(foreach suite,general-tests device-tests vts tvts art-host-tests host-unit-tests,\ $(foreach m,$(COMPATIBILITY.$(suite).MODULES),\ $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\ $(foreach dep,$(my_deps),\ Loading Loading
core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -914,7 +914,7 @@ endef # Scan all modules in general-tests, device-tests and other selected suites and # flatten the shared library dependencies. define update-host-shared-libs-deps-for-suites $(foreach suite,general-tests device-tests vts art-host-tests host-unit-tests,\ $(foreach suite,general-tests device-tests vts tvts art-host-tests host-unit-tests,\ $(foreach m,$(COMPATIBILITY.$(suite).MODULES),\ $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\ $(foreach dep,$(my_deps),\ Loading