platform_build_soong/cc
Colin Cross 67a5c132c5 Prettify soong ninja build descriptions
Descriptions currently look like:
[  0% 4/29328] cc out-soong/.intermediates/external/clang/lib/Sema/libclangSema/android_arm_armv7-a-neon_denver_static_core/obj/external/clang/lib/Sema/SemaCodeComplete.o

This is not very helpful - most of the characters are used to show the
output path, which contains useful information like target architecture,
but also contains most of the path to the source files twice, and less
useful information like the exact variant name used by soong.
Make the descriptions look like:
[  0% 3/29329] //external/clang/lib/Sema:libclangSema clang++ SemaTemplateInstantiate.cpp

This is //path/to/module:modulename tool relative/path/to/source/file

Test: builds, looks pretty
Change-Id: I3087aa7d4eb1860ef6239d77407b8b35445616d7
2017-05-10 11:04:16 -07:00
..
config Work-around for crt objects with sdk: current 2017-05-09 14:38:10 -07:00
androidmk.go Declare dependency on sanitizer runtime libraries 2017-05-08 15:57:05 -07:00
binary.go Work-around for crt objects with sdk: current 2017-05-09 14:38:10 -07:00
builder.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
cc.go Work-around for crt objects with sdk: current 2017-05-09 14:38:10 -07:00
cc_test.go Use ctx.ModuleBuild for darwin ar 2017-05-09 14:32:45 -07:00
check.go Ban --coverage now that we have native coverage 2017-02-14 13:05:48 -08:00
cmakelists.go Run gofmt 2017-05-09 13:44:49 -07:00
compiler.go Support .rs and .fs files in cc_* module srcs lists 2017-05-05 18:22:30 -07:00
coverage.go Native Coverage support in Soong (gcov) 2017-02-14 13:05:48 -08:00
gen.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
gen_stub_libs.py Add support for named versions in NDK map files. 2017-04-28 16:11:13 -07:00
installer.go Split /system and /vendor modules, allow multi-installation 2017-04-11 12:27:41 -07:00
library.go Work-around for crt objects with sdk: current 2017-05-09 14:38:10 -07:00
linker.go Split /system and /vendor modules, allow multi-installation 2017-04-11 12:27:41 -07:00
llndk_library.go Remove explicit suffixes from (ll)ndk_library 2017-04-11 15:14:11 +00:00
makevars.go Support .rs and .fs files in cc_* module srcs lists 2017-05-05 18:22:30 -07:00
ndk_headers.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
ndk_library.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
ndk_prebuilt.go Use -isystem to export ndk stl includes 2017-05-05 18:22:30 -07:00
ndk_sysroot.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
object.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
prebuilt.go Add support for binary and static library and prebuilts 2017-03-17 14:06:28 -07:00
proto.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
pylintrc Don't warn for TODOish comments. 2016-08-01 14:36:22 -07:00
relocation_packer.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
rs.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
sabi.go Add header-abi-checker for Vndk abi checks. 2017-04-14 19:48:10 -07:00
sanitize.go Soong: Change Sanitize.Recover order 2017-05-08 23:37:51 +00:00
stl.go Add ctx.Windows() 2017-04-04 15:39:04 -07:00
strip.go Separate cc.go 2016-07-29 15:17:58 -07:00
test.go Support test_suites in cc_benchmark modules 2017-04-24 18:10:29 -07:00
test_data_test.go Use a minimal set of mutators, module types, and singletons for tests 2017-03-16 16:50:10 -07:00
test_gen_stub_libs.py Add support for named versions in NDK map files. 2017-04-28 16:11:13 -07:00
tidy.go soong: add __clang_analyzer__ to clang-tidy 2017-05-04 01:19:02 +00:00
toolchain_library.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
util.go Support .rs and .fs files in cc_* module srcs lists 2017-05-05 18:22:30 -07:00