summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Move check-api to definition.mkYing Wang2012-11-142-35/+48
* Collapse multiple --extra-packages into one.Ying Wang2012-11-071-4/+19
* Merge "DO NOT MERGE: better late than never: fix build id for JB MR1" into jb...Guang Zhu2012-10-121-1/+1
|\
| * DO NOT MERGE: better late than never: fix build id for JB MR1Guang Zhu2012-10-091-1/+1
* | Merge "Delete the unused LOCAL_POST_PROCESS_COMMAND." into jb-mr1-devYing Wang2012-10-113-3/+0
|\ \
| * | Delete the unused LOCAL_POST_PROCESS_COMMAND.Ying Wang2012-10-113-3/+0
* | | Merge "Add support for building Filterscript files." into jb-mr1-devStephen Hines2012-10-112-3/+4
|\ \ \ | |/ / |/| |
| * | Add support for building Filterscript files.Stephen Hines2012-10-112-3/+4
* | | Convert to relative path for CleanSpec.mkYing Wang2012-10-111-1/+20
* | | Support to build executables against the NDKYing Wang2012-10-106-45/+67
| |/ |/|
* | add mip32 stuffs to clang's unknown flag listKeun young Park2012-10-051-1/+4
* | Store vendor module owner info on the build server.Ying Wang2012-10-032-5/+27
* | Fix common typo in comments, warning and error messages.Ian Rogers2012-10-0110-11/+11
* | Load only the current product config makefile.Ying Wang2012-09-287-29/+64
* | Merge "Run clean steps in only given paths when using mm/mmm" into jb-mr1-devYing Wang2012-09-282-1/+11
|\ \
| * | Run clean steps in only given paths when using mm/mmmYing Wang2012-09-282-1/+11
| |/
* | Look, up in the sky! It's a bird! It's a plane! It's Android 4.2 API 17!Dianne Hackborn2012-09-271-3/+3
|/
* Ignore support library Proguard warningYing Wang2012-09-231-1/+5
* Merge "Allow to tag owner to PRODUCT_COPY_FILES" into jb-mr1-devYing Wang2012-09-204-20/+24
|\
| * Allow to tag owner to PRODUCT_COPY_FILESYing Wang2012-09-204-20/+24
* | Merge "ISSUE 6849488 Bluedroid stack, remove system/bluetooth." into jb-mr1-devZhihai Xu2012-09-202-8/+0
|\ \ | |/ |/|
| * ISSUE 6849488 Bluedroid stack, remove system/bluetooth.Zhihai Xu2012-09-202-8/+0
* | Move AndroidConfig.h from system/core to the build project.Ying Wang2012-09-2013-10/+2860
|/
* resolved conflicts for merge of 3e91f5ad to jb-mr1-devAndrew Hsieh2012-09-121-1/+2
|\
| * am 7e300d60: Merge "Enable stack-protector for x86"Andrew Hsieh2012-09-121-0/+1
| |\
| | * Merge "Enable stack-protector for x86"Andrew Hsieh2012-09-121-0/+1
| | |\
| | | * Enable stack-protector for x86Andrew Hsieh2012-08-291-0/+1
| * | | am 4458452e: Merge "android.core.vm-tests-tf.jar path changed to HOST JAVA_LI...Ying Wang2012-09-111-1/+1
| |\ \ \ | | |/ /
| | * | android.core.vm-tests-tf.jar path changed to HOST JAVA_LIBRARIES.Ying Wang2012-09-111-1/+1
* | | | Add openssl to TINY_ANDROID buildBenoit Goby2012-09-111-0/+1
* | | | am 4595d7d6: am 410420ed: am 9efa5bae: Merge "Add transform-d-to-p-args"Ying Wang2012-09-101-4/+9
|\ \ \ \ | |/ / /
| * | | am 9efa5bae: Merge "Add transform-d-to-p-args"Ying Wang2012-09-101-4/+9
| |\ \ \ | | |/ /
| | * | Add transform-d-to-p-argsYing Wang2012-09-071-4/+9
* | | | am 19c06156: am 0ee362ea: am 478d0fc6: Merge "Remove duplicate src:dest pairs...Ying Wang2012-09-051-1/+7
|\ \ \ \ | |/ / /
| * | | am 478d0fc6: Merge "Remove duplicate src:dest pairs in PRODUCT_COPY_FILES"Ying Wang2012-09-051-1/+7
| |\ \ \ | | |/ /
| | * | Remove duplicate src:dest pairs in PRODUCT_COPY_FILESYing Wang2012-09-051-1/+7
| | |/
* | | fix possible build breakDoug Zongker2012-09-041-0/+1
* | | Add LOCAL_DONT_DELETE_JAR_META_INFYing Wang2012-08-303-2/+5
* | | am 4dc6ed96: am 9eb87b8d: Merge "Add pattern to check for GCC 4.6"Jean-Baptiste Queru2012-08-282-2/+2
|\ \ \ | |/ /
| * | am 9eb87b8d: Merge "Add pattern to check for GCC 4.6"Jean-Baptiste Queru2012-08-282-2/+2
| |\ \ | | |/
| | * Merge "Add pattern to check for GCC 4.6"Jean-Baptiste Queru2012-08-282-2/+2
| | |\
| | | * Add pattern to check for GCC 4.6Andrew Hsieh2012-08-282-2/+2
* | | | resolved conflicts for merge of 5c903372 to jb-mr1-devJean-Baptiste Queru2012-08-281-3/+0
|\ \ \ \ | |/ / /
| * | | am 9e2b4718: Merge "Use gold linker on x86"Jean-Baptiste Queru2012-08-281-3/+0
| |\ \ \ | | |/ /
| | * | Merge "Use gold linker on x86"Jean-Baptiste Queru2012-08-281-3/+0
| | |\ \ | | | |/ | | |/|
| | | * Use gold linker on x86Pavel Chupin2012-08-281-3/+0
* | | | Allow Java resource in apk.Ying Wang2012-08-281-8/+0
* | | | Keep the emma classes if emma is enabled.Ying Wang2012-08-272-0/+7
* | | | Automatically add Java resources carried by static Java libraries.Ying Wang2012-08-274-1/+21
* | | | Merge "Define the proper macro "GTEST_OS_LINUX_ANDROID" for native tests." in...Ben Cheng2012-08-271-1/+1
|\ \ \ \