summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix /system/app/$app.odex not updated issueChih-Wei Huang2013-07-031-1/+1
| | | | | | | | | | | | | | | | | $(built_odex) depends on $(LOCAL_BUILT_MODULE) but doesn't have any build recipe. It is built by the rules of $(LOCAL_BUILT_MODULE) that results in a subtle bug: $(built_odex) is always newer than $(LOCAL_BUILT_MODULE) if $(LOCAL_BUILT_MODULE) rebuilt. Therefore 'make' thinks the targets (/system/app/$app.odex) depending on $(built_odex) don't need to be updated. It seems an allegedly optimization bug of 'make'. The simple fix is to explicitly add $(LOCAL_BUILT_MODULE) as a dependency of $(installed_odex). Conflicts: core/base_rules.mk Change-Id: Ia62695eeb9a9709f7115301cbf27eb1fd77a1573
* Sign final packages with a different key if requestedRicardo Cerqueira2013-07-031-0/+8
| | | | | | ...and throw it into recovery builds as well Change-Id: Ic96d4d49d821cb03d5318e3e9ad93d02fb92573e
* roomservice: When validating the presence of a repo, check main manifest tooRicardo Cerqueira2013-06-261-0/+11
| | | | Change-Id: If680536484074b473458723d93e783d074d7f669
* add adb to the disttoolsKoushik Dutta2013-06-181-0/+1
| | | | Change-Id: I898fa5c9396606144e57dba8453f476b9e9440ab
* Merge "envsetup: add quotes around PROMPT_COMMAND" into cm-10.1Ricardo Cerqueira2013-06-111-1/+1
|\
| * envsetup: add quotes around PROMPT_COMMANDEthan Chen2013-05-071-1/+1
| | | | | | | | | | | | Better compatibility for zsh. Change-Id: Ie010c30580e67e3b5357e3cc869114a525762677
* | repopick: decode the result as UTF-8Chirayu Desai2013-06-081-1/+1
| | | | | | | | Change-Id: I51f2defa861c86b51baa7bad1df1d9666b952160
* | envsetup: hmm repopickChirayu Desai2013-06-051-0/+1
| | | | | | | | Change-Id: I483cb36721f31dbf1f67e46cbe8a306b2a9e2c15
* | s/cyanogenmod.com/cyanogenmod.org/Chirayu Desai2013-06-052-2/+2
| | | | | | | | | | | | * And fixup a wiki link while I'm at it. Change-Id: I0355b9a47eac1becc07e81659fbb2d11b14ece36
* | repopick: allow running from a subdir of ANDROID_BUILD_TOPDavid Ferguson2013-06-051-0/+19
| | | | | | | | Change-Id: I6dfcd5dfe700174ed87dc8627b23519c62b4cb27
* | repopick: handle additional error cases around subprocessesDavid Ferguson2013-06-051-6/+7
| | | | | | | | | | | | | | | | * gracefully error if the project path cannot be found * poll() was not a reliable determination of EOF on my Darwin-Python 2.7 system. Change-Id: I203c2a75820f8acc079a5c9751d1c04daf6f3a16
* | repopick: add -b shortcut optionDavid Ferguson2013-06-051-2/+8
| | | | | | | | | | | | | | | | * useful for people like me who want to pick into temp branch so that the picks survive a repo sync * shortcut to "--start-branch auto --abandon-first --ignore-missing" Change-Id: Ia4d4309d27e46a15ff4b74525668d974f4251dcb
* | repopick: initial commitChirayu Desai2013-06-052-0/+229
| | | | | | | | Change-Id: Ie42c11d335da07f6d164a0fcb887011e5fd6dcf4
* | Add support for cross compiling Windows tools on Darwin.Koushik Dutta2013-05-074-7/+13
|/ | | | Change-Id: I71372543e8da02e1d2437d6da7eb46b0a72c9870
* envsetup: use $(CURDIR) for getting current directoryChirayu Desai2013-05-051-1/+1
| | | | Change-Id: I5f00faf64ec31d86dd2e48ec038748ce8499380b
* eat: get the proper MODVERSIONChirayu Desai2013-05-051-1/+1
| | | | | | | | | | * The version in system/build.prop might be different than what the zip is named on incremental builds. * Use CM_VERSION from the build system instead. Change-Id: If4508921d8fd05219a2f358a2397a13b247065bd Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
* cout: move to $outnebkat2013-05-051-0/+10
| | | | Change-Id: I3b5bf8a5f62dcdf267662bb97a2073150152cfa6
* roomservice: python3 supportChirayu Desai2013-05-021-35/+52
| | | | | Change-Id: I7621818ba7ed997676728fe865f37a25b3a5b8b5 Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
* build: Add support for extra kernel build variablesSteve Kondik2013-04-301-1/+3
| | | | | | | * This allows specifying a variant defconfig, and an selinux defconfig which are simply configuration fragments. Change-Id: I97882ae3b8c2e16ff6a7dce8dd3a70d70f8aa866
* mkvendor: fix echoed build commandsMatt Mower2013-04-231-2/+2
| | | | | | cm.mk.template uses PRODUCT_NAME := cm___DEVICE__ Change-Id: I063fc4b93d90ebb034637bf3e92d83c77aa439ca
* Revert "bacon: name the package correctly"Ricardo Cerqueira2013-04-191-5/+1
| | | | | | | | | | This reverts commit 724feedbd9e668e239e827b974437da85c140313. This breaks package naming, since a build.prop from a previous build can be present before the cleanup rules apply, and this is variable is generated before the build actually begins. Most notably, this happens in jenkins with consecutive builds, even if from different projects and tags.
* Merge tag 'android-4.2.2_r1.2' of ↵Steve Kondik2013-04-171-1/+1
|\ | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/build into cm-10.1 Android 4.2.2 release 1.2 # gpg: Signature made Wed 17 Apr 2013 12:58:50 PM PDT using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
| * JDQ39EThe Android Automerger2013-03-201-1/+1
| |
| * JDQ39DThe Android Automerger2013-03-141-1/+1
| |
| * JDQ39CThe Android Automerger2013-03-121-1/+1
| |
| * JDQ39BThe Android Automerger2013-03-041-1/+1
| |
* | envsetup: Make installboot work in recovery mode tooSteve Kondik2013-04-171-6/+4
| | | | | | | | | | | | * Needs a change to adb to allow waiting for recovery Change-Id: Ia90645513f46bcb5f20b7c74c55ef15842710d3d
* | Consolidate bash version checksJames Roberts-Thomson2013-04-161-7/+3
| | | | | | | | | | | | | | | | There were two checks for bash version, the 2nd was superfluous; this patch removes the duplicate checks, and shifts the bash version check to being back after the "are we in bash" check. Change-Id: I57ff8c1fedce80f739c06643d2976d2c1465db1b
* | Check bash version instead of OS for bash completionPawit Pornkitprasan2013-04-161-1/+1
| | | | | | | | | | | | The bash completion script requires bash 4.0 Change-Id: Id81a42585b1d2cb568cb1b8f602f2bb447bef214
* | The bash completion stuff is crapping out on darwin. Disabling.Koushik Dutta2013-04-151-0/+4
| | | | | | | | | | | | Let me know if I am doing something wrong. Change-Id: I6f61f869140b26db0a119617b353e0952eeaebeb
* | eat: Eat using adb sideloadSteve Kondik2013-04-131-20/+8
| | | | | | | | | | | | * Requires new recovery and updated adbd Change-Id: I65990822ab63313701d74783d95611d128d90f94
* | Revert "Allow disabling DroidDoc build."Chirayu Desai2013-04-131-6/+1
| | | | | | | | | | | | This reverts commit 875e83165081425e74ce7c999b51c01cac0c876c Change-Id: I670a1bea555cc7ac8346fba347b9cb40092c3da1
* | envsetup: allow using mka for mm{,m}Chirayu Desai2013-04-131-3/+13
| | | | | | | | Change-Id: I6c0fce5e67a3b5c49023d3c00825e35b08d41845
* | bacon: name the package correctlyChirayu Desai2013-04-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | The variable CM_VERSION gets updated each build, but the actual ro.cm.version in the build.prop doesn't on incremental builds. Name the 'bacon' package according to cm version from the build.prop (if it exists), so that the actual version and the name of the zip stay in sync. Change-Id: I2dacfbbf2ae418945a9b37fef2fd7cbd31510e26
* | Add module names to emulator PRODUCT_PACKAGES.Ying Wang2013-04-132-0/+28
| | | | | | | | | | | | | | Instead of using "LOCAL_MODULE_TAGS := debug" to install them. Bug: 8276818 Change-Id: I7eba3c4e6c2f07ebe661522cb0e14afcc3ef7e92
* | Add emulator modules to PRODUCT_PACKAGES in full and sdk productsJesse Hall2013-04-133-0/+39
| | | | | | | | | | Bug: 7556265 Change-Id: Ie84f5ed6b17cccea7e6181f16686e2aac6955f1a
* | print CM_VERSION in build configChirayu Desai2013-03-251-0/+1
| | | | | | | | Change-Id: Iead654e30798a11e636ec743683f3431d14a858c
* | CM on Emulator [ARM]Chirayu Desai2013-03-243-4/+22
| | | | | | | | | | | | | | | | * set TARGET_NO_KERNEL to false * Add recovery.fstab * Add goldfish target Change-Id: If5104d6e949706f79c673ae26060870f86e18c62
* | envsetup: export ANDROID_BUILD_TOP earlierChirayu Desai2013-03-241-2/+2
| | | | | | | | Change-Id: Ia3497f61f4e9aaeeb793cecd3b4f488f0a48181a
* | Allow disabling DroidDoc build.Chirayu Desai2013-03-241-1/+6
| | | | | | | | Change-Id: Ia842827a46b107bcef0d176deb0ab651e04bfa04
* | envsetup: include bash completion script from vendor/cmChirayu Desai2013-03-161-1/+3
| | | | | | | | Change-Id: Id90d84748df41d6626dfd46befabe0054c6d14e7
* | mkvendor.sh: more fixesKoushik Dutta2013-03-121-1/+4
| | | | | | | | Change-Id: I0c641d42a96e44bb9170475d5de21cb8644e4d3d
* | mkvendor.sh: typoKoushik Dutta2013-03-121-1/+1
| | | | | | | | Change-Id: I8cc2303fde7c815384e09f65b6d4a1116ac29ee4
* | mkvendor.sh: force armeabi-v7aKoushik Dutta2013-03-121-2/+3
| | | | | | | | Change-Id: I9f29eec73a13144b47ff7b1db1d59cb1e5a4ef64
* | Merge "bacon: get rid of squisher" into cm-10.1Koushik Dutta2013-03-061-5/+6
|\ \
| * | bacon: get rid of squisherChirayu Desai2013-03-031-5/+6
| | | | | | | | | | | | Change-Id: I3cece868e56f85bfa0b31a62a51e6eab2070ab06
* | | roomservice: Fix wrong assumption about path of active manifestRicardo Cerqueira2013-03-041-1/+1
|/ / | | | | | | Change-Id: Id740ff4b848e6ccbfd658be4846197b8ca519237
* | fix path to sounds in sdk productRichard Hansen2013-02-271-2/+2
| | | | | | | | | | | | | | | | This is necessary to build the SDK: lunch sdk-eng && make sdk Change-Id: I7b9dcfc418ddc46e2967b627525d042bbf6334e1
* | Fix fallback branch search in roomservicePedro Ângelo2013-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | If you provided a fallback branch to roomservice via the ROOMSERVICE_BRANCHES environment var the branch search would fail if the device repo had any tags. Fixed this by appending the tag search results to the branch search results instead of overwriting them Change-Id: I73a11af1500bd04e346f08ec3f83454502f3a169
* | eat: Use /cache if possibleSteve Kondik2013-02-271-5/+14
| | | | | | | | | | | | * Check the size of /cache and use it if possible. Change-Id: I72fecf3f8d2311c04e63fe81a7ca9a8a6a40419d