summaryrefslogtreecommitdiffstats
path: root/core/combo
Commit message (Expand)AuthorAgeFilesLines
* Define __STDC_CONSTANT_MACROS globally to work around host build differences.Ian Rogers2014-03-103-3/+3
* Revert "Define __STDC_LIMIT_MACROS globally to work around host build differe...Ian Rogers2014-03-103-3/+3
* Define __STDC_LIMIT_MACROS globally to work around host build differences.Ian Rogers2014-03-103-3/+3
* Make -rpath-link work with multilib.Ying Wang2014-02-216-6/+6
* Merge "Strip all symbols on x86"Ying Wang2014-02-203-5/+5
|\
| * Strip all symbols on x86C. Sean Young2014-02-193-5/+5
* | Add missing $(combo_2nd_arch_prefix)s to mips.Elliott Hughes2014-02-191-55/+55
|/
* Merge "Fix x86 config file to support 2nd ARCH build"Ying Wang2014-02-191-59/+59
|\
| * Fix x86 config file to support 2nd ARCH buildQiming Shi2014-02-171-59/+59
* | Merge "Switch x86_64 to gcc-4.8"Ying Wang2014-02-191-1/+1
|\ \
| * | Switch x86_64 to gcc-4.8Pavel Chupin2014-02-181-1/+1
| |/
* | x86: set -msse2 for all buildsColin Cross2014-02-181-0/+1
|/
* Fix incorrect x86 build rules.Stephen Hines2014-02-132-2/+0
* Merge "Refreshed gcc predefines __ANDROID__"Ben Cheng2014-02-071-3/+0
|\
| * Refreshed gcc predefines __ANDROID__Ben Cheng2014-02-071-3/+0
* | Select the arch_variant_cflags for the 2nd arch.Ying Wang2014-02-071-3/+3
|/
* Merge "Turn 64-bit-related warnings into errors on 64-bit builds."Elliott Hughes2014-02-062-2/+14
|\
| * Turn 64-bit-related warnings into errors on 64-bit builds.Elliott Hughes2014-02-052-2/+14
* | [MIPS64] Add mips64 targetChris Dearman2014-02-053-0/+675
* | remove 2nd arch from ARCH_ARM_* definesColin Cross2014-02-042-6/+6
|/
* Define __STDC_FORMAT_MACROS on Windows host builds.Ian Rogers2014-01-291-0/+4
* Fix the host inttypes.h problem globally.Ian Rogers2014-01-292-0/+8
* Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."Elliott Hughes2014-01-282-2/+2
|\
| * Fix KERNEL_HEADERS_ARCH for mips and x86.Elliott Hughes2014-01-282-2/+2
* | Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGSColin Cross2014-01-271-0/+3
|/
* Remove libthread_db from the default include path.Elliott Hughes2014-01-275-10/+0
* build: use arm kernel headers for arm 2nd arch buildsColin Cross2014-01-241-1/+1
* Set up rules to build shared libraries for TARGET_2ND_ARCHYing Wang2014-01-241-0/+1
* Set up rules to build static libraries for TARGET_2ND_ARCHYing Wang2014-01-241-1/+1
* Load compiler environment for a second arch.Ying Wang2014-01-248-104/+113
* build: rename aarch64 target to arm64Colin Cross2014-01-233-3/+3
* [MIPS] Reenable linker fatal-warningsChris Dearman2014-01-151-0/+1
* Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."Elliott Hughes2014-01-115-55/+10
|\
| * Remove obsolete CUSTOM_KERNEL_HEADERS.Elliott Hughes2014-01-105-55/+10
* | Add support for ALTERNATE_JAVACBrian Carlstrom2014-01-091-2/+9
|/
* Remove a non-existent directory from the include path.Elliott Hughes2013-12-201-3/+1
* Fix aarch64 and x86-64 AndroidConfig.h.Elliott Hughes2013-12-182-5/+5
* Merge "Re-enable uapi kernel headers for arm."Christopher Ferris2013-12-171-4/+3
|\
| * Re-enable uapi kernel headers for arm.Christopher Ferris2013-12-161-4/+3
* | Make aarch64 more like arm wrt strict-aliasing.Elliott Hughes2013-12-161-0/+3
* | Revert "Enable uapi kernel headers for arm."Christopher Ferris2013-12-161-3/+4
* | Enable uapi kernel headers for arm.Christopher Ferris2013-12-161-4/+3
|/
* Merge "Enable NX protections"Ying Wang2013-12-131-4/+4
|\
| * Enable NX protectionsJoshua J. Drake2013-12-121-4/+4
* | Add an explicit definition of __ANDROID__=1Ben Cheng2013-12-121-6/+3
|/
* Merge "Added TARGET_IS_64_BIT flag for x86_64 and aarch64"Ying Wang2013-12-112-0/+4
|\
| * Added TARGET_IS_64_BIT flag for x86_64 and aarch64Alexey Volkov2013-12-112-0/+4
* | A few more Java7 related clean ups.Narayan Kamath2013-12-051-2/+2
|/
* Run ar in Deterministic mode.Ying Wang2013-12-021-1/+1
* Merge "Switch x86 over to uapi-only."Elliott Hughes2013-11-261-2/+1
|\