Skip to content

Commit

Permalink
Fix bug 832165, make GAIA_PATH works again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanHuang committed Jan 29, 2013
1 parent 005072a commit cdc0b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Expand Up @@ -159,7 +159,7 @@ PRELOAD_LIBS := -Dlibmozglue.so
endif
endif

$(LOCAL_INSTALLED_MODULE): $(LOCAL_BUILT_MODULE) gaia/profile.tar.gz $(APRIORI) $(PRELINK_MAP)
$(LOCAL_INSTALLED_MODULE): $(LOCAL_BUILT_MODULE) $(GAIA_PATH)/profile.tar.gz $(APRIORI) $(PRELINK_MAP)
@echo Install dir: $(TARGET_OUT)/b2g

ifeq ($(PRESERVE_B2G_WEBAPPS), 1)
Expand Down Expand Up @@ -277,5 +277,5 @@ TEST_DIR=$(abspath $(PRODUCT_OUT)/tests)
package-tests:
rm -rf $(TEST_DIR)
mkdir $(TEST_DIR)
cp gaia/gaia-tests.zip $(TEST_DIR)
cp $(GAIA_PATH)/gaia-tests.zip $(TEST_DIR)
cd $(GECKO_PATH)/testing && zip -r $(TEST_DIR)/gaia-tests.zip marionette/client/* mozbase/*

0 comments on commit cdc0b44

Please sign in to comment.