Skip to content
Snippets Groups Projects
Commit b7411716 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Ensure GAIA_DISTRIBUTION_DIR is defined before using it"

parents 1d8e3717 48364989
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ $(AAPT):
include $(LOCAL_PATH)/updater/Android.mk \
$(LOCAL_PATH)/jsmin/Android.mk
ifdef GAIA_DISTRIBUTION_DIR
# Populate GAIA_DISTRIBUTION_DIR prior to the Gaia sub-build
gaia/profile.tar.gz: $(GAIA_DISTRIBUTION_DIR)/.exist
$(GAIA_DISTRIBUTION_DIR)/.exist:
......@@ -57,3 +60,5 @@ endef
$(foreach file,$(GAIA_DISTRIBUTION_SRC_FILES),\
$(eval $(call mk_gaia_distribution_file, $(file), $(GAIA_DISTRIBUTION_DIR)/$(notdir $(file)))))
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment