platform_build_soong/cc
Dan Willemsen f5a959c99f Fix arm cflags
-mthumb-interwork was missing from the beginning.

The Clang cflags copy was only a shallow copy, so our clang-specific
fixups were affecting the GCC cflags as well.

The cortex-a15 replacement was removed from build/core with this change:
https://android-review.googlesource.com/#/c/143851

Change-Id: Ib6300e064f6ec4f6a7174d5e2aeacad1c359f7ea
2015-07-13 13:52:30 -07:00
..
arm64_device.go Simplify flags in c compiling, fix NDK build warnings 2015-04-22 14:08:45 -07:00
arm_device.go Fix arm cflags 2015-07-13 13:52:30 -07:00
builder.go Fix libgcc/libatomic link order 2015-07-08 18:10:14 -07:00
cc.go use init functions to register module types, etc. 2015-07-09 17:57:18 -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