Skip to content
Snippets Groups Projects
Commit bb3e83b5 authored by Nicholas Troast's avatar Nicholas Troast
Browse files

Continue building if the EXTRA_PARTNER_PREFS_FILE is missing

Change-Id: I30a9ea2fdf90321e5b0e54156b487c49d3eee2b1
parent d757c2e2
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ $(GAIA_DISTRIBUTION_DIR)/partner-prefs.js: \
$(EXTRA_PARTNER_PREFS_FILE)
mkdir -p $(@D)
cp $< $@
cat $(EXTRA_PARTNER_PREFS_FILE) >> $@
$(and $(EXTRA_PARTNER_PREFS_FILE),cat $(EXTRA_PARTNER_PREFS_FILE) >> $@)
$(GAIA_DISTRIBUTION_DIR)/.exist: $(GAIA_DISTRIBUTION_DIR)/camera.json
$(GAIA_DISTRIBUTION_DIR)/camera.json: \
......
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