diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-24 04:27:18 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-24 04:28:16 +0200 |
commit | 1e4e503a5399990064d9d91c392a7bec7502b01d (patch) | |
tree | 254fbf7175f0c59951b0af0c6a118591a5f7ee7f /Makefile.gbuild | |
parent | d586e3bf04d486aa28709ff98926e2817629d59f (diff) |
add build system part for upload crashreport symbols
Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
Diffstat (limited to 'Makefile.gbuild')
-rw-r--r-- | Makefile.gbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.gbuild b/Makefile.gbuild index 8c41a2898618..bcfa569954eb 100644 --- a/Makefile.gbuild +++ b/Makefile.gbuild @@ -20,4 +20,7 @@ include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) +upload-symbols: + bin/upload_symbols.py $(WORKDIR)/symbols.zip $(BREAKPAD_SYMBOL_CONFIG) "$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)" + # vim: set noet sw=4 ts=4: |