summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 "Refactor llvm_config.mk and support the 2nd arch"Ying Wang2014-02-0721-286/+654
|\
| * Refactor llvm_config.mk and support the 2nd archYing Wang2014-02-0721-286/+654
* | don't rename 32-bit packages to *_32Colin Cross2014-02-061-0/+4
|/
* 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
* | Merge "Add library test makefile solutions."Christopher Ferris2014-02-069-23/+70
|\ \
| * | Add library test makefile solutions.Christopher Ferris2014-02-059-23/+70
* | | add support for more LOCAL_*_arch variablesColin Cross2014-02-043-7/+18
* | | don't rename 32-bit executables to *_32Colin Cross2014-02-042-0/+4
* | | remove 2nd arch from ARCH_ARM_* definesColin Cross2014-02-042-6/+6
* | | Fix installing 2nd arch shared librariesColin Cross2014-02-041-0/+1
| |/ |/|
* | Merge "Add new rs directory to list of Java subdirs of fw/base."Tim Murray2014-02-031-0/+1
|\ \ | |/ |/|
| * Add new rs directory to list of Java subdirs of fw/base.Tim Murray2014-01-311-0/+1
* | Dedup the targets and dependencies of required modules.Ying Wang2014-01-311-0/+2
|/
* build: Rename persist.sys.dalvik.vm.lib to allow new defaultBrian Carlstrom2014-01-301-1/+1
* Disable WITH_HOST_DALVIK on 64bit host builds.Ian Rogers2014-01-301-0/+2
* Define __STDC_FORMAT_MACROS on Windows host builds.Ian Rogers2014-01-291-0/+4
* build: rename LOCAL_32BIT_ONLY to LOCAL_32_BIT_ONLYColin Cross2014-01-296-7/+7
* build: support LOCAL_*_32 and LOCAL_*_64Colin Cross2014-01-292-4/+14
* Fix the host inttypes.h problem globally.Ian Rogers2014-01-292-0/+8
* Merge "gtest needs -lpthread."Elliott Hughes2014-01-291-0/+2
|\
| * gtest needs -lpthread.Elliott Hughes2014-01-281-0/+2
* | 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
| |/
* | build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATABrian Carlstrom2014-01-283-3/+11
* | Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGSColin Cross2014-01-272-0/+4
|/
* Remove libthread_db from the default include path.Elliott Hughes2014-01-276-11/+0
* Merge changes I62504bad,I16208cca,I4e4ceec6Colin Cross2014-01-277-13/+107
|\
| * add new gen/ directory for generated sourcesColin Cross2014-01-275-6/+65
| * warn on LOCAL_MODULE_PATH in multiarch shared librariesColin Cross2014-01-271-0/+12
| * Support LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-273-7/+30
* | Merge "Don't modify LOCAL_MODULE_TAGS."Ying Wang2014-01-271-15/+17
|\ \
| * | Don't modify LOCAL_MODULE_TAGS.Ying Wang2014-01-271-15/+17
| |/
* | collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCEAndrew Boie2014-01-271-1/+2
|/
* Support arch-specific LOCAL_C_INCLUDES.Ying Wang2014-01-272-1/+3
* Add 2nd arch directories for appsColin Cross2014-01-241-0/+4
* Set up rules to build prebuilts for TARGET_2ND_ARCHColin Cross2014-01-241-1/+12
* Set up rules to build packages for TARGET_2ND_ARCHColin Cross2014-01-241-3/+10
* build: print module that has unhandled install pathColin Cross2014-01-241-1/+1
* build: use correct arm vs thumb arguments for 2nd arch buildsColin Cross2014-01-241-1/+1
* build: use arm kernel headers for arm 2nd arch buildsColin Cross2014-01-241-1/+1
* Support arch-specific LOCAL_ variablesYing Wang2014-01-245-26/+47
* Make sure to install the .odex when running "make <module_name>"Ying Wang2014-01-241-0/+3
* Support to build executables for TARGET_2ND_ARCHYing Wang2014-01-248-74/+100
* Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sourcesYing Wang2014-01-241-6/+6
* Set up rules to build shared libraries for TARGET_2ND_ARCHYing Wang2014-01-246-79/+101
* Set up rules to build static libraries for TARGET_2ND_ARCHYing Wang2014-01-249-142/+195