platform_build_soong/cc
Colin Cross 6b29069d42 Allow cc_test to build a test per source file
Some cc_test modules want a test per source file, for example when
there is global state that needs to be reset between each test
suite, but no way to reset it.  Allow them to specify test_per_src: true,
which will cause a separate test to be built for each source file.

Change-Id: I3dbf1202fb070437cb0109f195dc11a6440061ee
2015-03-19 14:05:33 -07:00
..
arm64_device.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
arm_device.go Add an instruction_set property to Arch 2015-03-18 17:19:35 -07:00
builder.go Add dependencies on late static libraries 2015-03-17 10:47:08 -07:00
cc.go Allow cc_test to build a test per source file 2015-03-19 14:05:33 -07:00
clang.go Update clang flags for latest AOSP master 2015-03-16 16:22:52 -07:00
toolchain.go Add an instruction_set property to Arch 2015-03-18 17:19:35 -07:00
util.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
x86_linux_host.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00