platform_build_soong/python
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
..
scripts Supported python build in host side. 2017-05-05 13:27:56 -07:00
binary.go Supported python build in host side. 2017-05-05 13:27:56 -07:00
builder.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
library.go Supported python build in host side. 2017-05-05 13:27:56 -07:00
python.go Supported python build in host side. 2017-05-05 13:27:56 -07:00
python_test.go Supported python build in host side. 2017-05-05 13:27:56 -07:00