platform_build_soong/cc
Dan Willemsen 17f052647f Support installing non-native arch binaries
For the x86_arm target, which uses two 32-bit architectures, x86
libraries should be installed into ".../lib", and arm libraries should
be installed into ".../lib/arm".

This shouldn't be necessary for binaries, but non-native binaries aren't
supported in Make right now, so we can revisit this once it's necessary.

Change-Id: I4d883c85d3ef4945ff6149d9c4fc81af5023e12b
2016-05-31 16:27:00 -07:00
..
androidmk.go Support sanitizer variants inside make builds 2016-05-24 17:14:15 -07:00
arm64_device.go Add the common directory back to kernel headers. 2016-05-18 16:51:24 -07:00
arm_device.go Move -msoft-float to ToolchainCflags 2016-05-18 22:52:25 -07:00
builder.go Rename common to android 2016-05-18 15:37:25 -07:00
cc.go Support installing non-native arch binaries 2016-05-31 16:27:00 -07:00
cc_test.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
check.go Add flag property checking 2016-05-25 17:50:05 -07:00
clang.go Fix and check CLANG_CONFIG_UNKNOWN_CFLAGS 2016-05-20 00:19:14 -07:00
gen.go Rename common to android 2016-05-18 15:37:25 -07:00
makevars.go Export GLOBAL_[CLANG_]C[PP]FLAGS_NO_OVERRIDE to Make 2016-05-27 15:23:38 -07:00
mips64_device.go Add libclang_rt.asan-mips[64]-android.so 2016-05-19 22:43:46 -07:00
mips_device.go Add libclang_rt.asan-mips[64]-android.so 2016-05-19 22:43:46 -07:00
sanitize.go Fix sanitize host builds 2016-05-25 12:35:53 -07:00
stl.go Rename common to android 2016-05-18 15:37:25 -07:00
toolchain.go Add flag property checking 2016-05-25 17:50:05 -07:00
util.go Add flag property checking 2016-05-25 17:50:05 -07:00
x86_64_device.go Add the common directory back to kernel headers. 2016-05-18 16:51:24 -07:00
x86_darwin_host.go Add flag property checking 2016-05-25 17:50:05 -07:00
x86_device.go Add the common directory back to kernel headers. 2016-05-18 16:51:24 -07:00
x86_linux_host.go Add flag property checking 2016-05-25 17:50:05 -07:00
x86_windows_host.go Add windows prebuilt library path 2016-05-18 16:51:24 -07:00