platform_build_soong/cc
Colin Cross 068e0feace Support filegroups
filegroup is a module that contains a list of files, and can be used
to export files across package boundaries.  filegroups (and genrules)
can be referenced from srcs properties of other modules using the
syntax ":module".

Test: m -j
Change-Id: I3d6fc4819c0b4225b474e0ad42f0d947f55a5961
2016-12-17 16:34:03 +00:00
..
config Remove frameworks/base/include from the global include path 2016-12-16 08:42:35 -08:00
androidmk.go Install symlinks with same suffix and extension as installed file 2016-12-07 17:35:37 -08:00
binary.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
builder.go Fix mac build 2016-12-06 02:52:43 +00:00
cc.go Support filegroups 2016-12-17 16:34:03 +00:00
cc_test.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
check.go Add clang-tidy support 2016-10-31 16:21:01 -07:00
compiler.go Support filegroups 2016-12-17 16:34:03 +00:00
gen.go Support aidl cpp generation 2016-12-05 15:49:40 -08:00
gen_stub_libs.py Generate "current" API level. 2016-11-10 13:49:26 -08:00
installer.go Install symlinks with same suffix and extension as installed file 2016-12-07 17:35:37 -08:00
library.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
linker.go Support explicit header-only libraries 2016-12-13 15:03:42 -08:00
makevars.go Export LLVM_RELEASE_VERSION 2016-12-14 16:26:48 -08:00
ndk_headers.go Add a "license" property to ndk_headers. 2016-10-20 13:30:07 -07:00
ndk_library.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
ndk_prebuilt.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
ndk_sysroot.go Add a "license" property to ndk_headers. 2016-10-20 13:30:07 -07:00
object.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
prebuilt.go Remove boolean arguments from NewLibrary() 2016-12-13 14:50:51 -08:00
proto.go Add subdir to GenPath 2016-11-02 21:19:11 -07:00
pylintrc Don't warn for TODOish comments. 2016-08-01 14:36:22 -07:00
relocation_packer.go Add Relocation Packer support 2016-09-15 03:39:05 +00:00
sanitize.go Support sanitizing a single device arch 2016-11-02 15:18:19 -07:00
stl.go Add Toolchain.Bionic() 2016-11-17 01:50:43 -08:00
strip.go Separate cc.go 2016-07-29 15:17:58 -07:00
test.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
test_gen_stub_libs.py Generate "current" API level. 2016-11-10 13:49:26 -08:00
tidy.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
toolchain_library.go Pass DepsContext to dependency methods 2016-12-13 17:32:29 -08:00
util.go Support aidl cpp generation 2016-12-05 15:49:40 -08:00