1. cedbd2f am eb27aa01: Merge "add ANDROID_HOST_OUT to env (please do not merge)" into gingerbread by Ed Heyl · 13 years ago
  2. 4f2297d add ANDROID_HOST_OUT to env (please do not merge) by Ed Heyl · 13 years ago
  3. b27cd8f Remove simulator from the lunch menu by Jean-Baptiste Queru · 13 years ago
  4. f0bcf42 Fix argument handling in runhat() function by Chris Dearman · 13 years ago
  5. ba366c4 x86: Add in the VirtualBox emulator as a separate build target by Bruce Beare · 13 years ago
  6. 0332f0a Truly default to the full config. by Jean-Baptiste Queru · 14 years ago
  7. 73143d9 am ea83daa3: Merge "Fix mmm to work with an ANDROID_BUILD_TOP that contains a symlink" into gingerbread by Brian Carlstrom · 14 years ago
  8. c634d2c Fix mmm to work with an ANDROID_BUILD_TOP that contains a symlink by Brian Carlstrom · 14 years ago
  9. 81fcba1 am 1fdbf261: Don\'t set DISABLE_DEXPREOPT in lunch. by Ying Wang · 14 years ago
  10. 1fdbf26 Don't set DISABLE_DEXPREOPT in lunch. by Ying Wang · 14 years ago
  11. b96e8a8 am d9dea715: am d5c217ac: Merge "add phony target "all_modules" and use it as make goal for "mm"/"mmm"" into froyo by Ying Wang · 14 years ago
  12. d9dea71 am d5c217ac: Merge "add phony target "all_modules" and use it as make goal for "mm"/"mmm"" into froyo by Ying Wang · 14 years ago
  13. 0188414 add phony target "all_modules" and use it as make goal for "mm"/"mmm" by Ying Wang · 14 years ago
  14. fa2d8ac merge from open-source master by The Android Open Source Project · 14 years ago
  15. 6c2df3e Add full_x86 product. by Jean-Baptiste Queru · 14 years ago
  16. f47b0a1 merge from open-source master by The Android Open Source Project · 14 years ago
  17. 93c63d5 merge from open-source master by The Android Open Source Project · 14 years ago
  18. 6f9318e Add generic_x86-eng to the lunch menu by Bruce Beare · 14 years ago
  19. 6f8410b Vendorsetup needs to look in additional places. by Bruce Beare · 14 years ago
  20. 47bc4e3 merge from open-source master by The Android Open Source Project · 14 years ago
  21. 0745376 Explicitly indicates that only bash is supported. by Kan-Ru Chen · 14 years ago
  22. 6069db7 merge from open-source master by The Android Open Source Project · 14 years ago
  23. 45038e0 Add full-eng instead of generic-eng in the lunch menu by Jean-Baptiste Queru · 14 years ago
  24. 77dfeae Switch the required host Java environment to 1.6. by Jeff Hamilton · 14 years ago
  25. c955834 am c048c9b5: default empty tapas to TARGET_BUILD_APPS "all" by Ying Wang · 14 years ago
  26. c048c9b default empty tapas to TARGET_BUILD_APPS "all" by Ying Wang · 14 years ago
  27. bd96094 Ignore STAY_OFF_MY_LAWN when setting JAVA_HOME. by Andy McFadden · 14 years ago
  28. aee4daa The java version changed, and we made envsetup automatically find the right JAVA_HOME. by Joe Onorato · 14 years ago
  29. 4a1c70e Switch the required host Java environment to 1.6. by Jeff Hamilton · 14 years ago
  30. ada132a Switch toolchain from gcc-4.4.0 to gcc-4.4.3 by Jing Yu · 14 years ago
  31. da12daf Add a tapas command. by Joe Onorato · 14 years ago
  32. 04be0d8 Set JAVA_HOME to point to java 1.5. by Jeff Hamilton · 14 years ago
  33. 748e638 Source vendorsetup.sh from the device tree. by Jean-Baptiste Queru · 14 years ago
  34. 8889bdf Make cgrep look for *.c, *.cc, *.cpp, *.h exclusively. by Ficus Kirkpatrick · 14 years ago
  35. 8a20f58 Make mmm handle symbolic links. by Gilles Debunne · 14 years ago
  36. 259e5b7 godir search should ignore .repo directory by Brian Carlstrom · 14 years ago
  37. b9915a6 godir should set "T=$(gettop)" by Brian Carlstrom · 14 years ago
  38. d0b274d Tweak gettop() -- used in defining ANDROID_BUILD_TOP -- to expand symlinks. by Dan Bornstein · 15 years ago
  39. 744ee80 Add a host shell function to generate system_server stack traces by Christopher Tate · 15 years ago
  40. 3fb149d Remove 'cd top' step from envsetup runtest shortcut. by Brett Chabot · 15 years ago
  41. 2a5d4d8 Add cproj function to envsetup.sh that finds an Android.mk and goes to its directory. by Joe Onorato · 15 years ago
  42. 3c794d7 Fix LOCAL_PATH in mm builds so that overlays work by Robert Greenwalt · 15 years ago
  43. 9945bac am bd1ee348: Merge change 6059 into donut by Android (Google) Code Review · 15 years ago
  44. a8c14e8 Also look in vendor/*/build for vendorsetup.sh by Joe Onorato · 15 years ago
  45. b845c2f Switch default toolchain to 4.4.0 in master. by Jing Yu · 15 years ago
  46. 2990dc7 am a3896fb: Merge change 1001 into donut by Android (Google) Code Review · 15 years ago
  47. 3ec9f33 Change runtest env shortcut to point to runtest.py by Brett Chabot · 15 years ago
  48. b395e61 am 8849aed: Slim down chooseproduct (used by choosecombo). by Joe Onorato · 15 years ago
  49. 8849aed Slim down chooseproduct (used by choosecombo). by Joe Onorato · 15 years ago
  50. 51e6182 Make mmm stop if it can't find an Android.mk in a directory you give it. by Joe Onorato · 15 years ago
  51. 8f8b99c AI 145709: Fixed tracedmdump() by correcting the KERNEL path. by Jack Veenstra · 15 years ago
  52. c6c4db5 Merge branch 'readonly-p4-master' by Jack Veenstra · 15 years ago
  53. 60116fc AI 145592: Fixed the tracedmdump() bash function to use the correct path for the vmlinux-qemu file. by Jack Veenstra · 15 years ago
  54. 3c9e08a Merge commit 'goog/readonly-p4-master' by The Android Open Source Project · 15 years ago
  55. 03e1e28 AI 143784: am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut by Brett Chabot · 15 years ago
  56. d06a633 AI 143809: am: CL 143784 am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut by Brett Chabot · 15 years ago
  57. e253d82 AI 143263: am: CL 143102 Add build environment shortcut to runtest.py. by Brett Chabot · 15 years ago
  58. b18e16d AI 143392: am: CL 143263 am: CL 143102 Add build environment shortcut to runtest.py. by Brett Chabot · 15 years ago
  59. d581145 Merge commit 'goog/cupcake' by The Android Open Source Project · 15 years ago
  60. 762748c AI 143102: Add build environment shortcut to runtest.py. by Brett Chabot · 15 years ago
  61. ccf4b83 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 15 years ago
  62. 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. 5ef878a Updated the sgrep tool so that is will treat Makefiles (.mk) by Benno Leslie · 15 years ago
  65. 475fa12 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  66. dcc08f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  67. b6c1cf6 Initial Contribution by The Android Open Source Project · 16 years ago