blob: 5b6cc2e63e987f76cbf7ebd3edac327cb788535f [file] [log] [blame]
bin_path := $(notdir $(HOST_OUT_EXECUTABLES))
cvd_bin := $(HOST_OUT)/$(bin_path)/cvd
fetcher_bin := $(HOST_OUT)/$(bin_path)/fetch_cvd
.PHONY: host_fetcher
host_fetcher: $(fetcher_bin)
# Build this by default when a developer types make
droidcore: $(cvd bin) $(fetcher_bin)
# Build and store them on the build server.
$(call dist-for-goals, dist_files, $(fetcher_bin))