add a build system target to generate the symbol files
Change-Id: Ib690eb05deaec5d8ce91f6b76daadf427d7ad964
This commit is contained in:
parent
3f82596397
commit
c7c86b4b3d
1 changed files with 3 additions and 0 deletions
|
@ -380,6 +380,9 @@ findunusedcode:
|
|||
findunusedheaders:
|
||||
$(SRCDIR)/bin/find-unusedheaders.pl
|
||||
|
||||
symbols:
|
||||
mkdir -p $(WORKDIR)/symbols/
|
||||
$(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
|
||||
|
||||
dump-deps:
|
||||
@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild
|
||||
|
|
Loading…
Reference in a new issue