platform_build_soong/cc
Colin Cross d81496084b Fix repeated ccCmd dependencies on object files
ccCmd was being added as a dependency each time through the object
file loop, tripling the size of the build.ninja file.  Create a
new slice for dependencies on each object file.

Change-Id: Id768d8ea6e5300c15f0f1a5fac5fcbdfdf5e6b0a
2015-05-13 00:50:25 +00:00
..
arm64_device.go Simplify flags in c compiling, fix NDK build warnings 2015-04-22 14:08:45 -07:00
arm_device.go cc: remove incorrect arch cflags 2015-04-30 16:35:03 -07:00
builder.go Fix repeated ccCmd dependencies on object files 2015-05-13 00:50:25 +00:00
cc.go Check that local, top level, and exported include paths exist 2015-05-12 11:36:53 -07:00
cc_test.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
clang.go Build rule updates for aosp 2015-05-04 17:02:18 -07:00
gen.go Add yacc and lex support 2015-04-08 15:17:45 -07:00
toolchain.go Add support for building NDK modules. 2015-03-26 21:58:12 -07:00
util.go Simplify flags in c compiling, fix NDK build warnings 2015-04-22 14:08:45 -07:00
x86_darwin_host.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
x86_linux_host.go Build rule updates for aosp 2015-05-04 17:02:18 -07:00