platform_build_soong/java
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
..
androidmk.go Rename common to android 2016-05-18 15:37:25 -07:00
app.go Move globbing to Blueprint 2016-11-04 04:54:16 +00:00
app_builder.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
builder.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
gen.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
java.go Replace core-junit with legacy-test 2016-11-30 16:13:09 +00:00
resources.go Move globbing to Blueprint 2016-11-04 04:54:16 +00:00