aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Updates to perf debugging docsDan Willemsen2020-01-211-28/+68
| | | | | | | | Refreshing some examples and references, and adding a new section on makefile performance debugging. Test: view in gitiles Change-Id: I747db67a16105fb738d87a6ead3f5d3e23bff7d0
* Expand namespaces explanation.Sasha Smundak2019-12-091-2/+2
| | | | | Test: N/A Change-Id: Iec7d40e6886285046fbe00aea8e19073c6c1ba73
* Add more suggestions on converting Makefile conditionalsColin Cross2019-11-151-0/+142
| | | | | Test: none Change-Id: I5ccf5824c6a85d881070d8e0ae16d87d3ee6cee2
* Add support for generating Compdb fileAlex Light2018-04-241-0/+27
| | | | | | | | | | | | | | Some tools (i.e. you-complete-me) make use of a 'compdb' file (compile_commands.json) that records (among other things) the arguments needed to compile a file. These tools can use this with libclang to provide semantic completions and perform other IDE actions. This CL adds support for soong to generate a (simple) compile_commands.json file. Test: make SOONG_GEN_COMPDB=1 SOONG_LINK_COMPDB_TO=$ANDROID_BUILD_TOP nothing examine $ANDROID_BUILD_TOP/compile_commands.json Change-Id: I751bb344b90dfcdad1dfd71c2a85bacd345f0464
* Add performance and best practices documentationDan Willemsen2018-02-073-0/+343
| | | | | Test: check gitiles view Change-Id: I2fa4fa5f7ee91ba586e1900542c8c334eb727a6b
* Add Documentation for clion project generatorFabien Sanglard2017-02-163-0/+72
Change-Id: If59d4b7255fcb2718b1ff4b97246b94b4c09a8c7