Skip to content

Commit

Permalink
Add buildsymbols/uploadsymbols make targets that forward to the Gecko…
Browse files Browse the repository at this point in the history
… make targets
  • Loading branch information
luser committed Oct 17, 2012
1 parent b9f30c9 commit 772591c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Android.mk
Expand Up @@ -213,3 +213,7 @@ $(LOCAL_BUILT_MODULE): $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(addpref
rm -f $(GECKO_OBJDIR)/dist/b2g-*.tar.gz && \
$(MAKE) -C $(GECKO_OBJDIR) package && \
mkdir -p $(@D) && cp $(GECKO_OBJDIR)/dist/b2g-*.tar.gz $@

.PHONY: buildsymbols uploadsymbols
buildsymbols uploadsymbols:
$(MAKE) -C $(GECKO_OBJDIR) $@

0 comments on commit 772591c

Please sign in to comment.