blob: 981b6c4012590d8bde2e3f3ef928d7d3bf26ae04 [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, $(cvd_bin))
$(call dist-for-goals, dist_files, $(fetcher_bin))