summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 04:27:18 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 04:28:16 +0200
commit1e4e503a5399990064d9d91c392a7bec7502b01d (patch)
tree254fbf7175f0c59951b0af0c6a118591a5f7ee7f /Makefile.in
parentd586e3bf04d486aa28709ff98926e2817629d59f (diff)
add build system part for upload crashreport symbols
Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 155c200b54ab..5da8e933fcde 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -386,6 +386,9 @@ symbols:
$(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip *
+upload-symbols:
+ $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols
+
dump-deps:
@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild