summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* Add cproj function to envsetup.sh that finds an Android.mk and goes to its ↵Joe Onorato2009-07-301-0/+20
| | | | directory.
* Fix LOCAL_PATH in mm builds so that overlays workRobert Greenwalt2009-07-151-0/+2
| | | | | LOCAL_PATH is a relative path from TOP when making a full build. This change makes that true for mm builds too.
* am bd1ee348: Merge change 6059 into donutAndroid (Google) Code Review2009-07-031-1/+1
|\ | | | | | | | | | | | | Merge commit 'bd1ee348a1891836cf3b5d0da72e75c0d256fa43' * commit 'bd1ee348a1891836cf3b5d0da72e75c0d256fa43': Also look in vendor/*/build for vendorsetup.sh
| * Also look in vendor/*/build for vendorsetup.shJoe Onorato2009-07-021-1/+1
| |
* | Switch default toolchain to 4.4.0 in master.Jing Yu2009-06-171-1/+1
| |
* | am a3896fb: Merge change 1001 into donutAndroid (Google) Code Review2009-05-061-8/+4
|\ \ | |/ | | | | | | | | | | Merge commit 'a3896fbc15d32881d87e1ae8b7c6e2e7523008c7' * commit 'a3896fbc15d32881d87e1ae8b7c6e2e7523008c7': Change runtest env shortcut to point to runtest.py
| * Change runtest env shortcut to point to runtest.pyBrett Chabot2009-05-051-8/+4
| |
* | am 8849aed: Slim down chooseproduct (used by choosecombo).Joe Onorato2009-04-291-33/+1
|\ \ | |/ | | | | | | | | | | Merge commit '8849aedde07373948b45a55703e7764de0a7199d' * commit '8849aedde07373948b45a55703e7764de0a7199d': Slim down chooseproduct (used by choosecombo).
| * Slim down chooseproduct (used by choosecombo).Joe Onorato2009-04-291-33/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | People keep getting confused by the default products in this list, which are almost never what they want, because this list roughly corresponds to the DEVICES and not the PRODUCTS. Now that lunch works again, I'm not too worried about choosecombo except for the couple of cases lunch can't handle, like the simulator. Therefore, this change just removes the list of suggested products, and you have to know which one you're trying to build (which seems like a resonable prerequisite).
| * AI 145709: Fixed tracedmdump() by correcting the KERNEL path.Jack Veenstra2009-04-101-1/+6
| | | | | | | | | | | | | | Merged 145592 from master. BUG=1630077 Automated import of CL 145709
| * AI 143784: am: CL 143737 Fix kernel build: remove the '.' from runtest.py ↵Brett Chabot2009-03-311-1/+1
| | | | | | | | | | | | | | | | | | shortcut Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143784
| * AI 143263: am: CL 143102 Add build environment shortcut to runtest.py.Brett Chabot2009-03-271-0/+11
| | | | | | | | | | | | | | | | This change does not affect device code. Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143263
* | Make mmm stop if it can't find an Android.mk in a directory you give it.Joe Onorato2009-04-131-0/+1
| |
* | Merge branch 'readonly-p4-master'Jack Veenstra2009-04-091-1/+6
|\ \
| * | AI 145592: Fixed the tracedmdump() bash function to use the correct path for ↵Jack Veenstra2009-04-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | the vmlinux-qemu file. BUG=1630077 Automated import of CL 145592
* | | Merge commit 'goog/readonly-p4-master'The Android Open Source Project2009-03-311-1/+1
|\ \ \ | |/ /
| * | AI 143809: am: CL 143784 am: CL 143737 Fix kernel build: remove the '.' from ↵Brett Chabot2009-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runtest.py shortcut Original author: brettchabot Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143809
| * | AI 143392: am: CL 143263 am: CL 143102 Add build environment shortcut to ↵Brett Chabot2009-03-271-0/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | runtest.py. This change does not affect device code. Original author: brettchabot Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143392
* | Merge commit 'goog/cupcake'The Android Open Source Project2009-03-271-0/+11
|\ \
| * | AI 143102: Add build environment shortcut to runtest.py.Brett Chabot2009-03-271-0/+11
| |/ | | | | | | | | | | | | This change does not affect device code. BUG=1741172 Automated import of CL 143102
* | Merge commit 'remotes/korg/cupcake' into cupcake_to_masterJean-Baptiste Queru2009-03-181-24/+58
|\ \ | |/ | | | | | | Conflicts: core/prelink-linux-arm.map
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1037
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1037/+0
| |
| * auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-24/+58
| |
* | Updated the sgrep tool so that is will treat Makefiles (.mk)Benno Leslie2009-02-271-2/+2
|/ | | | and shell scripts (.sh) as 'source' files.
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-169/+388
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+784