summaryrefslogtreecommitdiffstats
path: root/core/Makefile
Commit message (Expand)AuthorAgeFilesLines
* HACK: add 64-bit directory blacklistColin Cross2014-02-121-0/+4
* Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."Ying Wang2014-01-221-1/+1
* Fix filter rule when checking for apks in PRODUCT_COPY_FILES.Robert Craig2014-01-171-1/+1
* Install 64-bit libraries to /system/lib64.Ying Wang2014-01-131-0/+16
* am 37335b42: Enable incremental builder to find files that moved, and try to ...Michael Runge2013-11-071-0/+1
|\
| * Enable incremental builder to find files that moved, andMichael Runge2013-11-071-0/+1
* | resolved conflicts for merge of 65d5e788 to klp-dev-plus-aospYing Wang2013-09-131-1/+1
|\ \
| * | Fix parsing string parameters in BOARD_MKBOOTIMG_ARGSJianxun Zhang2013-08-271-1/+1
* | | am b5d4c0df: Merge "Update OTA to understand SELinux labels and capabilities"...Nick Kralevich2013-09-101-3/+5
|\ \ \ | | |/ | |/|
| * | Update OTA to understand SELinux labels and capabilitiesNick Kralevich2013-09-101-3/+5
* | | am c62c92c3: Create an empty zip file if no dict file found.Ying Wang2013-08-281-2/+5
|\ \ \ | |/ /
| * | Create an empty zip file if no dict file found.Ying Wang2013-08-281-2/+5
* | | am 62c81f82: Collect NOTICE files for apps_only build.Ying Wang2013-08-261-0/+2
|\ \ \ | |/ /
| * | Collect NOTICE files for apps_only build.Ying Wang2013-08-241-0/+2
* | | am b6cf5b2f: am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store ...Ying Wang2013-08-261-0/+18
|\ \ \ | |/ /
| * | am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard obfu...Ying Wang2013-08-231-0/+18
| |\ \
| | * \ am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dicti...Ying Wang2013-08-231-0/+18
| | |\ \
| | | * | Collect and store proguard obfuscation dictionary files.Ying Wang2013-08-231-0/+18
* | | | | am c3e977ac: am 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect an...Ying Wang2013-08-231-18/+0
|\ \ \ \ \ | |/ / / /
| * | | | am 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect and store progu...Ying Wang2013-08-231-18/+0
| |\ \ \ \ | | |/ / /
| | * | | am 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard obfuscati...Ying Wang2013-08-231-18/+0
| | |\ \ \ | | | |/ /
| | | * | Revert "Collect and store proguard obfuscation dictionary files."Ying Wang2013-08-231-18/+0
* | | | | am 58ad7061: am 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store ...Ying Wang2013-08-231-0/+18
|\ \ \ \ \ | |/ / / /
| * | | | am 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store proguard obfu...Ying Wang2013-08-231-0/+18
| |\ \ \ \ | | |/ / /
| | * | | am aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation dicti...Ying Wang2013-08-231-0/+18
| | |\ \ \ | | | |/ /
| | | * | Collect and store proguard obfuscation dictionary files.Ying Wang2013-08-221-0/+18
* | | | | am fa67740a: am 25977365: Merge "mkbootimg: Support custom mkbootimg implemen...Ying Wang2013-08-191-2/+4
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | mkbootimg: Support custom mkbootimg implementationBjorn Andersson2013-08-091-2/+4
| |/ /
* | | Don't bother going through the source treeYing Wang2013-08-091-1/+19
* | | Merge "distinguish signed and unsigned user builds in UI"Doug Zongker2013-07-231-4/+5
|\ \ \
| * | | distinguish signed and unsigned user builds in UIDoug Zongker2013-07-231-4/+5
| | |/ | |/|
* | | Merge "add PDK_PLATFORM_ZIP_PRODUCT_BINARIES to allow adding product specific...keunyoung2013-07-221-1/+8
|\ \ \
| * | | add PDK_PLATFORM_ZIP_PRODUCT_BINARIES to allow adding product specific binari...keunyoung2013-07-221-1/+8
* | | | Merge "Revert "Update OTA to understand SELinux filesystem labels""Michael Runge2013-07-221-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Update OTA to understand SELinux filesystem labels"Michael Runge2013-07-221-4/+3
* | | | Merge "Update OTA to understand SELinux filesystem labels"Nick Kralevich2013-07-181-3/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Update OTA to understand SELinux filesystem labelsNick Kralevich2013-07-181-3/+4
| |/
* | am a1f8cdf7: Merge "Allow several system property files"Ying Wang2013-07-181-3/+8
|\ \ | |/ |/|
| * Allow several system property filesJohan Redestig2013-07-161-3/+8
| * Don't install all host modules by default.Ying Wang2013-03-061-1/+0
* | Support to build vendor.imgYing Wang2013-03-251-1/+42
* | Skip userdata.img only if partition size is not give for extfs.Ying Wang2013-03-151-2/+11
* | Don't build userdata.img if no partition sizeYing Wang2013-03-151-2/+2
* | recovery: choose between available fonts based on device densityDoug Zongker2013-03-061-0/+12
* | Allow to call dist-for-goals multiple times for the same fileYing Wang2013-03-011-6/+2
* | Run e2fsck only when building images with the target files.Ying Wang2013-02-271-3/+5
* | Start producing target files using the unified fstab.Ken Sumrall2013-02-211-0/+2
* | am 71195ec7: am d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specificat...Ying Wang2013-01-041-3/+14
|\ \ | |/
| * am d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specification of file l...Ying Wang2013-01-041-3/+14
| |\
| | * am 58a87c5c: Merge "core/Makefile: Allow specification of file locations"Ying Wang2013-01-041-3/+14
| | |\