platform_build_soong/docs
Alex Light ec868fc42a Add support for generating Compdb file
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
2018-04-24 08:15:02 -07:00
..
after.png Add Documentation for clion project generator 2017-02-16 09:57:46 -08:00
before.png Add Documentation for clion project generator 2017-02-16 09:57:46 -08:00
best_practices.md Add performance and best practices documentation 2018-02-07 10:13:36 -08:00
clion.md Add Documentation for clion project generator 2017-02-16 09:57:46 -08:00
compdb.md Add support for generating Compdb file 2018-04-24 08:15:02 -07:00
perf.md Add performance and best practices documentation 2018-02-07 10:13:36 -08:00
trace_example.png Add performance and best practices documentation 2018-02-07 10:13:36 -08:00