aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-07-29 12:48:20 -0700
committerColin Cross <ccross@android.com>2016-07-29 15:17:58 -0700
commit4d9c2d17c3e474c8955ec64e8eb20a9358480058 (patch)
tree9b1761603bfe8f19a3aa36981c03f0616262fbc3 /Android.bp
parentc6b4e452b4f025ab2f5fab6ecead53ff016092aa (diff)
downloadbuild_soong-4d9c2d17c3e474c8955ec64e8eb20a9358480058.tar.gz
build_soong-4d9c2d17c3e474c8955ec64e8eb20a9358480058.tar.bz2
build_soong-4d9c2d17c3e474c8955ec64e8eb20a9358480058.zip
Separate cc.go
Split cc.go into files per module type, plus files for the compiler, linker, and installer stages. Change-Id: Id44c03f42fcd180950ccd008d4de0c144ea3597b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 273f87e8..d77d3185 100644
--- a/Android.bp
+++ b/Android.bp
@@ -128,12 +128,24 @@ bootstrap_go_package {
"cc/check.go",
"cc/clang.go",
"cc/gen.go",
+ "cc/global.go",
"cc/makevars.go",
"cc/sanitize.go",
"cc/stl.go",
+ "cc/strip.go",
"cc/toolchain.go",
"cc/util.go",
+ "cc/compiler.go",
+ "cc/installer.go",
+ "cc/linker.go",
+
+ "cc/binary.go",
+ "cc/library.go",
+ "cc/object.go",
+ "cc/test.go",
+
+ "cc/ndk_prebuilt.go",
"cc/ndk_headers.go",
"cc/ndk_library.go",
"cc/ndk_sysroot.go",