1. d01fadb Make naming consistent: llvm-rs-cc and llvm-rs-link. by Shih-wei Liao · 15 years ago
  2. f625bf2 core: Add a phony package definition by Dima Zavin · 15 years ago
  3. 31a9570 resolved conflicts for merge of 67e0c2a6 to master by Ying Wang · 15 years ago
  4. 3efd768 resolved conflicts for merge of 9f28f0d7 to master by Ying Wang · 15 years ago
  5. 9f28f0d am e7874c43: Integrate dexpreopt into the build system. by Ying Wang · 15 years ago
  6. e7874c4 Integrate dexpreopt into the build system. by Ying Wang · 15 years ago
  7. 1613f4f resolved conflicts for merge of 554402f7 to master by Ying Wang · 15 years ago
  8. f4bf5f3 am 1c4f64b5: am 1e80c294: [build] move dumpvar.mk include after select.mk include by Gary King · 15 years ago
  9. 1c4f64b am 1e80c294: [build] move dumpvar.mk include after select.mk include by Gary King · 15 years ago
  10. 1e80c29 [build] move dumpvar.mk include after select.mk include by Gary King · 15 years ago
  11. b139a44 am 5f0df7a9: Manual merge by Jean-Baptiste Queru · 15 years ago
  12. 5f0df7a Manual merge by Jean-Baptiste Queru · 15 years ago
  13. 2213aab Add new variable TARGET_SHELL := ash (default; or mksh) by Thorsten Glaser · 15 years ago
  14. d3b973d am 065521be: Backport ext4 support from master [DO NOT MERGE] by Ying Wang · 15 years ago
  15. 065521b Backport ext4 support from master [DO NOT MERGE] by Ying Wang · 15 years ago
  16. 9dd4ba8 Add dependencies on make_ext4fs by Colin Cross · 15 years ago
  17. 4c68174 Flags common for native tests by Ying Wang · 15 years ago
  18. ec5e729 Make build/core/find-jdk-tools-jar.sh fail more explicitly by Ying Wang · 15 years ago
  19. 0bd59a0 Build system support for RenderScript by Ying Wang · 15 years ago
  20. aabbc07 am 90cf34c7: am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 15 years ago
  21. 90cf34c am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 15 years ago
  22. f0f60cd resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 15 years ago
  23. 1a08100 Support to build native libraries with prebuilt NDK by Ying Wang · 15 years ago
  24. fee7fe7 am c9d11861: merge from open-source master by The Android Open Source Project · 15 years ago
  25. c9d1186 merge from open-source master by The Android Open Source Project · 15 years ago
  26. b73dc66 Allow TARGET_ARCH to be set from BoardConfig.mk by Bruce Beare · 15 years ago
  27. 4be5c39 am 0fd96df4: merge from open-source master by The Android Open Source Project · 15 years ago
  28. 0fd96df merge from open-source master by The Android Open Source Project · 15 years ago
  29. 45ac434 Refactor Stripper. Allow a stripper other than SOSLIM to be specified by Bruce Beare · 15 years ago
  30. 750ac4f Manual merge of change 50994 from master (DO NOT MERGE) by Steve Howard · 15 years ago
  31. c79f4da Move definition of build-userimage-ext-target to build/ by Ying Wang · 15 years ago
  32. 9a5418b resolved conflicts for merge of f83fd362 to master by Ying Wang · 15 years ago
  33. 66356ce am 7a794289: Merge "Unbundle the build system." into froyo by Ying Wang · 15 years ago
  34. 0f6f4ca Unbundle the build system. by Ying Wang · 15 years ago
  35. 0a7b2c5 build: Add support for ext3 and ext4 images by Colin Cross · 15 years ago
  36. ef5c640 Fix and enable JarJar in Java builds. by Steve Howard · 15 years ago
  37. 93b0160 Add native include path. by Dianne Hackborn · 15 years ago
  38. 9ca1628 Support building Windows SDK under Linux. by Raphael · 15 years ago
  39. 6714dbc Add comments for ANDROID_BUILD_SHELL by Ying Wang · 15 years ago
  40. 2ce495a Allow use of alternative to bash as the build shell. by Ying Wang · 15 years ago
  41. 8d05416 Look for product configs in device/ in addition to vendor/ by Jean-Baptiste Queru · 16 years ago
  42. bc8abb6 Tell python not to spam the source tree with .pyc files. by Joe Onorato · 16 years ago
  43. 9bd4962 break up event-log-tags; generate java source files with constants by Doug Zongker · 16 years ago
  44. 2edfb71 Support secondary CPU ABI in build.prop by David 'Digit' Turner · 16 years ago
  45. 2daa2b3 Add the ability to turn on proguard for java targets, and to call aapt by Joe Onorato · 16 years ago
  46. 7f0a18f Remove 'ctor-dtor-privacy' warning, as it's not very usefull. by Marco Nelissen · 16 years ago
  47. e4aaa36 Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option' by Marco Nelissen · 16 years ago
  48. bac9a7f Enable some more useful warnings, and treat some particularly bad ones (that we don't have currently) as errors. by Marco Nelissen · 16 years ago
  49. 73a075d Since we're using gcc 4.4 in master, we can use the -Werror= option by Marco Nelissen · 16 years ago
  50. c8e545b am e41accf6: Merge change 6412 into donut by Android (Google) Code Review · 16 years ago
  51. 79005e0 Pass compiler flags for C++ too, and add a flag that enables warnings about missing virtual destructors by Marco Nelissen · 16 years ago
  52. f4f85a2 Fix the simulator build by setting TARGET_PRELINK_MODULE before including by Patrick Scott · 16 years ago
  53. 87c8657 Move the BoardConfig.mk search and inclusion to core/config.mk. by Patrick Scott · 16 years ago
  54. 8b70e8c use minigzip instead of system gzip in the build by Doug Zongker · 16 years ago
  55. 9528248 core: Don't debug native modules when TARGET_BUILD_TYPE==debug by Dave Bort · 16 years ago
  56. 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  57. 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  58. 475fa12 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  59. 66339ad auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  60. 4f85cc5 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  61. dcc08f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  62. b6c1cf6 Initial Contribution by The Android Open Source Project · 17 years ago