summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Load compiler environment for a second arch.Ying Wang2014-01-2411-104/+143
* build: rename aarch64 target to arm64Colin Cross2014-01-233-3/+3
* Merge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES.""Ying Wang2014-01-221-1/+1
|\
| * Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."Ying Wang2014-01-221-1/+1
* | Merge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."Ying Wang2014-01-211-1/+1
|\ \ | |/
| * Fix filter rule when checking for apks in PRODUCT_COPY_FILES.Robert Craig2014-01-171-1/+1
* | Add missing paren in "java -version" checkBrian Carlstrom2014-01-201-1/+1
|/
* [MIPS] Reenable linker fatal-warningsChris Dearman2014-01-151-0/+1
* Remove aprof support from the build system.Ying Wang2014-01-145-41/+0
* Install 64-bit libraries to /system/lib64.Ying Wang2014-01-133-65/+71
* Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."Elliott Hughes2014-01-115-55/+10
|\
| * Remove obsolete CUSTOM_KERNEL_HEADERS.Elliott Hughes2014-01-105-55/+10
* | Fix x86_64 buildPavel Chupin2014-01-101-2/+2
* | Merge "Add support for ALTERNATE_JAVAC"Brian Carlstrom2014-01-101-2/+9
|\ \ | |/ |/|
| * Add support for ALTERNATE_JAVACBrian Carlstrom2014-01-091-2/+9
* | Define PRIVATE_TARGET_ variables for only target modules.Ying Wang2014-01-091-1/+3
|/
* Merge "Allow clang to build host binaries."Ying Wang2014-01-096-122/+296
|\
| * Allow clang to build host binaries.Logan Chien2014-01-076-122/+296
* | PRODUCT_BOOT_JARS as a list of jar names separated by spaceYing Wang2014-01-072-3/+3
* | Remove LOCAL_SRC_FILES as precondition of enabling dexpreoptYing Wang2014-01-031-9/+7
|/
* Remove a non-existent directory from the include path.Elliott Hughes2013-12-201-3/+1
* Merge "Fix aarch64 and x86-64 AndroidConfig.h."Elliott Hughes2013-12-182-5/+5
|\
| * Fix aarch64 and x86-64 AndroidConfig.h.Elliott Hughes2013-12-182-5/+5
* | Simplify the calculation of LOCAL_UNSTRIPPED_PATHYing Wang2013-12-181-10/+3
|/
* Create the dest dir before copying over files.Ying Wang2013-12-171-1/+1
* Merge "Add DEXPREOPT support for ART"Ying Wang2013-12-1812-127/+351
|\
| * Add DEXPREOPT support for ARTBrian Carlstrom2013-12-1712-127/+351
* | 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
|/
* enable PIE for dynamically linked Linux host executablesJoshua J. Drake2013-12-121-0/+1
* 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
|\