summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
Commit message (Collapse)AuthorAgeFilesLines
* am 3146eb76: am 1708a6f7: am 4880b436: am 62a2b188: Merge "Avoid complaining ↵Kenny Root2011-07-181-1/+1
|\ | | | | | | | | | | | | about empty directories" * commit '3146eb76cf193ce95f0f88a477b1c708a1b5cf9b': Avoid complaining about empty directories
| * am 1708a6f7: am 4880b436: am 62a2b188: Merge "Avoid complaining about empty ↵Kenny Root2011-07-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | directories" * commit '1708a6f74bf36ad6d520476895695c26bdaf7306': Avoid complaining about empty directories
| | * am 62a2b188: Merge "Avoid complaining about empty directories"Kenny Root2011-07-181-1/+1
| | |\ | | | | | | | | | | | | | | | | * commit '62a2b1882fb95e960b5889b46fe8f669ddc7c8ac': Avoid complaining about empty directories
| | | * Avoid complaining about empty directoriesKenny Root2011-07-181-1/+1
| | | | | | | | | | | | | | | | Change-Id: If46bffd1c4e6b94f2e476b2d7d506ef337bbf8e1
* | | | am 1b61d1ba: am db549686: am 099aa4cf: am b8a1c89b: Merge "Only include ↵Kenny Root2011-07-181-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | "[a-z]*.bash" files for completion" * commit '1b61d1ba7b7f2c0017193bcfc3a28e30af1ce603': Only include "[a-z]*.bash" files for completion
| * | | am db549686: am 099aa4cf: am b8a1c89b: Merge "Only include "[a-z]*.bash" ↵Kenny Root2011-07-181-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | files for completion" * commit 'db5496867968fe592de807e606dc11287ca61c6a': Only include "[a-z]*.bash" files for completion
| | * | am b8a1c89b: Merge "Only include "[a-z]*.bash" files for completion"Kenny Root2011-07-181-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | * commit 'b8a1c89b3a848ea343c897b33e77455dc2f98119': Only include "[a-z]*.bash" files for completion
| | | * Only include "[a-z]*.bash" files for completionKenny Root2011-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some people were using case-insensitive filesystems which broke when including simply [a-z]* since it matched the uppercase files. Use this to filter only the actual bash scripts. Change-Id: Ibfdcf2c091a154f0485545537a044667783a19f7
* | | | resolved conflicts for merge of 5cc2e94f to masterKenny Root2011-07-151-0/+25
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: I7707603ae64fa3e4371fab2e81aab7ec37e69d33
| * | | am cb255e51: am 8985d033: am 88dcfccb: Merge "Add bash completion to envsetup"Kenny Root2011-07-151-0/+25
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'cb255e514093eaa839b1ac2487bdc2ec60797415': Add bash completion to envsetup
| | * | am 88dcfccb: Merge "Add bash completion to envsetup"Kenny Root2011-07-151-0/+25
| | |\ \ | | | |/ | | | | | | | | | | | | * commit '88dcfccb5b064735177e1a87f578d6c734b47bc7': Add bash completion to envsetup
| | | * Add bash completion to envsetupKenny Root2011-07-151-0/+25
| | | | | | | | | | | | | | | | Change-Id: I0b4d74e72deede42d7e5f229593d79417f16bb55
* | | | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-128/+34
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
* | | | Prevent "::" in PATH on multiple lunchJi-Hwan Lee2011-07-041-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Running lunch multiple times results in inserting "::" each time. "::" is an empty path element, which is treated as a current directory. Change-Id: I770f4c1f40224ea91fd7989b0ea47d3cd081c24f
* | | | resolved conflicts for merge of 732936d9 to masterRaphael2011-06-231-4/+19
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: I1fc667057aebbbef19bde746ebcc650ac0e8c35c
| * | | resolved conflicts for merge of 8508a073 to honeycomb-plus-aospRaphael2011-06-221-4/+19
| |\ \ \ | | |/ / | | | | | | | | Change-Id: I376928881adb0e9fd62fabc1e21542bf0d700ca2
| | * | am 6e65ddb2: am cb84196f: Merge "Lunch: don\'t use a toolchain that doesn\'t ↵Raphael Moll2011-06-221-3/+12
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | exist." * commit '6e65ddb20aa82522b3fdc72c87d365f22e9a43ed': Lunch: don't use a toolchain that doesn't exist.
| | | * Lunch: don't use a toolchain that doesn't exist.Raphael Moll2011-06-211-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "lunch sdk-eng" on cygwin tries to use a gcc.exe from the prebuild arm toolchain, but it doesn't exist. This prevents from setting variables to point on a gcc toolchain if there is none for the given arch. Change-Id: I3b72220663687f9fdaacc050899aef00632f2c3c
* | | | am de50d0ab: am d6605405: am 7f5a314a: am 169c19cc: Merge "Envsetup: Cygwin ↵Raphael Moll2011-06-231-7/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | doesn\'t have \'ps -o command\'." * commit 'de50d0ab2008cbf836dc4fcbe9131a2071265946': Envsetup: Cygwin doesn't have 'ps -o command'.
| * | | am d6605405: am 7f5a314a: am 169c19cc: Merge "Envsetup: Cygwin doesn\'t have ↵Raphael Moll2011-06-221-7/+9
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | \'ps -o command\'." * commit 'd66054056311a369a090cd1aae2557454fdc7ecc': Envsetup: Cygwin doesn't have 'ps -o command'.
| | * | am 7f5a314a: am 169c19cc: Merge "Envsetup: Cygwin doesn\'t have \'ps -o ↵Raphael Moll2011-06-221-7/+9
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | command\'." * commit '7f5a314ab6dacb72eb37c87e064b21dbd44ccc7b': Envsetup: Cygwin doesn't have 'ps -o command'.
| | | * Envsetup: Cygwin doesn't have 'ps -o command'.Raphael Moll2011-06-201-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running build/envsetup.sh on cygwin always shows a warning since there is no 'ps -o command' option. Bash already sets SHELL=/bin/bash so we can rely on that if present. Change-Id: I145b42508985735ba61d2b53b216ecc56e321943
| | * | am eb27aa01: Merge "add ANDROID_HOST_OUT to env (please do not merge)" into ↵Ed Heyl2011-06-161-0/+3
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | gingerbread * commit 'eb27aa01c87ed774cf5d71ce1c92d87575a08ad7': add ANDROID_HOST_OUT to env (please do not merge)
| | | * add ANDROID_HOST_OUT to env (please do not merge)Ed Heyl2011-06-071-0/+3
| | | | | | | | | | | | | | | | Change-Id: Iddc61e1f93e13a3884b919638da1c24271dd6ca5
| * | | am ec664803: am c811f291: add ANDROID_HOST_OUT to env (please do not merge)Ed Heyl2011-06-071-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'ec6648036ef9e0d4fe25a4d4abbd79279d2ee9d0': add ANDROID_HOST_OUT to env (please do not merge)
| | * | | add ANDROID_HOST_OUT to env (please do not merge)Ed Heyl2011-06-071-0/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I97e49fcb2610344df1907ec17116ee6e8a586e38
* | | | | Revert mistakenly committed debug statement.Brett Chabot2011-06-211-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Iee6369002ba984821c889c7c0a92db061dc21355
* | | | | Add layoutlib-tests to sdk build.Brett Chabot2011-06-171-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I9087da4484b23f8eb0602210006038a395047a79
* | | | | am bdb72318: am 5372220a: Merge "Remove simulator from the lunch menu"Jean-Baptiste Queru2011-05-121-6/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'bdb72318e47d38df2180bd00d0fd0a97bdc82255': Remove simulator from the lunch menu
| * | | | am 5372220a: Merge "Remove simulator from the lunch menu"Jean-Baptiste Queru2011-05-121-6/+0
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit '5372220a1a12a715ca1242dcc3f4b11b89a8387a': Remove simulator from the lunch menu
| | * | | Remove simulator from the lunch menuJean-Baptiste Queru2011-05-111-6/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I0d73b4722ce5126b64538ca7add2e55cd561c022
| | * | | Fix argument handling in runhat() functionChris Dearman2011-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I22fa264a3db516dcbe0cc9109dc20d6c004d3418 Signed-off-by: Raghu Gandham <raghu@mips.com>
* | | | | Enable gdbclient to accept both name and pid of the processGrace Kloba2011-04-301-1/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I10234ddb2e52de302818e1b5b27a8f35651c4395
* | | | | don't use bashism just to remove trailing ':'Doug Zongker2011-04-221-4/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I9f86baa65406ac547cee70a273eb730ca47df66b
* | | | | Also remove the trailing : if it is presentKristian Monsen2011-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Icdbc197803d0f759a4656a2bc2182216d14997b3
* | | | | Fix typo that broke cgrep.Mike Dodd2011-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic87f4bff1ee52a201c197c5664ff2e91648b0b53
* | | | | Remove OPROFILE_EVENTS_DIR, add ANDROID_HOST_OUT.Jeff Brown2011-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I81b82fa2b7c754a2901dff124a36fe3b7b5abfd0
* | | | | Make jgrep, mgrep, etc not recurse into .repo and .git directories.Joe Onorato2011-03-151-9/+9
|/ / / / | | | | | | | | | | | | Change-Id: I6683146311b09f58154601f4a4eec6d26fb90450
* | | | am dfa82c43: am faa68200: Merge "x86: Add in the VirtualBox emulator as a ↵David Turner2011-03-051-0/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | separate build target" * commit 'dfa82c438f5557c5bae3b8f8ae2dc8444edc8036': x86: Add in the VirtualBox emulator as a separate build target
| * | x86: Add in the VirtualBox emulator as a separate build targetBruce Beare2011-03-011-0/+1
| | | | | | | | | | | | | | | Change-Id: Icff81a757952b7652d171bc95773e177c4fd7772 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* | | Add modifier goal incrementaljavacYing Wang2011-01-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | With "incrementaljavac" on your make command line, you will recompile only Java source files that have been changed since last build. Nothing is changed if "incrementaljavac" is not among your make goals. Change-Id: Iae591459827df81ac91e95292464db5e9828343a
* | | am 0332f0ac: Truly default to the full config.Jean-Baptiste Queru2010-10-221-4/+4
|\ \ \ | |/ /
| * | Truly default to the full config.Jean-Baptiste Queru2010-10-221-4/+4
| | | | | | | | | | | | | | | | | | It is much better than generic for emulator-based work. Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
* | | Add functions to press home, back and menu keys.Romain Guy2010-10-051-0/+15
| | | | | | | | | | | | Change-Id: I54a28eb75463d5b5f8c9e2f216983aac67be0fa7
* | | am 73143d9d: am ea83daa3: Merge "Fix mmm to work with an ANDROID_BUILD_TOP ↵Brian Carlstrom2010-09-281-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | that contains a symlink" into gingerbread Merge commit '73143d9dfcaca5416d46be2733bb370824b3acb2' * commit '73143d9dfcaca5416d46be2733bb370824b3acb2': Fix mmm to work with an ANDROID_BUILD_TOP that contains a symlink
| * | am ea83daa3: Merge "Fix mmm to work with an ANDROID_BUILD_TOP that contains ↵Brian Carlstrom2010-09-281-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | a symlink" into gingerbread Merge commit 'ea83daa389aea493294617232b5c34414861d701' into gingerbread-plus-aosp * commit 'ea83daa389aea493294617232b5c34414861d701': Fix mmm to work with an ANDROID_BUILD_TOP that contains a symlink
| | * Fix mmm to work with an ANDROID_BUILD_TOP that contains a symlinkBrian Carlstrom2010-09-281-1/+1
| | | | | | | | | | | | Change-Id: I3dfc1aa6f10a52c2adc68259ce1cedec2ffd8f0e
* | | am 81fcba10: am 1fdbf261: Don\'t set DISABLE_DEXPREOPT in lunch.Ying Wang2010-09-271-3/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '81fcba102ea3953f525c1659914247747637ae7d' * commit '81fcba102ea3953f525c1659914247747637ae7d': Don't set DISABLE_DEXPREOPT in lunch.
| * | am 1fdbf261: Don\'t set DISABLE_DEXPREOPT in lunch.Ying Wang2010-09-271-3/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '1fdbf261a0d550baaed96f5461bb014754364c16' into gingerbread-plus-aosp * commit '1fdbf261a0d550baaed96f5461bb014754364c16': Don't set DISABLE_DEXPREOPT in lunch.
| | * Don't set DISABLE_DEXPREOPT in lunch.Ying Wang2010-09-271-3/+0
| | | | | | | | | | | | | | | | | | Because in core/main.mk WITH_DEXPREOPT is set to true only if the build OS is linux. Change-Id: I287ab61312667f6100371d07010bcab5cfcc7e17