1. 594375d Python script to parse a build log and present the warnings in html by Marco Nelissen · 15 years ago
  2. e4aaa36 Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option' by Marco Nelissen · 15 years ago
  3. bac9a7f Enable some more useful warnings, and treat some particularly bad ones (that we don't have currently) as errors. by Marco Nelissen · 15 years ago
  4. 06f88f5 Merge change 6571 by Android (Google) Code Review · 15 years ago
  5. a14deb7 rename libsgl/libscorecg to libskia by Mike Reed · 15 years ago
  6. 73a075d Since we're using gcc 4.4 in master, we can use the -Werror= option by Marco Nelissen · 15 years ago
  7. 60175aa Merge change 6444 by Android (Google) Code Review · 15 years ago
  8. c8e545b am e41accf6: Merge change 6412 into donut by Android (Google) Code Review · 15 years ago
  9. b17199e am 742fa575: fix problems with new image size calculations by Doug Zongker · 15 years ago
  10. e41accf Merge change 6412 into donut by Android (Google) Code Review · 15 years ago
  11. 742fa57 fix problems with new image size calculations by Doug Zongker · 15 years ago
  12. 4fb916b Add calculator and email to generic by Ramanan Rajeswaran · 15 years ago
  13. 8e879ba Revert "Ensure that /system/etc/vold.conf is created in the "generic" product." by San Mehat · 15 years ago
  14. b6d8944 am 8cebf1ff: fix mislaid \'if\' in recovery by Doug Zongker · 15 years ago
  15. 8cebf1f fix mislaid 'if' in recovery by Doug Zongker · 15 years ago
  16. 97f696c am 4647f12a: fix image size tests by Doug Zongker · 15 years ago
  17. 79005e0 Pass compiler flags for C++ too, and add a flag that enables warnings about missing virtual destructors by Marco Nelissen · 15 years ago
  18. 2cae108 Add calculator to core makefiles by Ramanan Rajeswaran · 15 years ago
  19. 04edc95 Merge branch 'master' of git://android.git.kernel.org/platform/build into merge_korg_master by Jean-Baptiste Queru · 15 years ago
  20. 9945bac am bd1ee348: Merge change 6059 into donut by Android (Google) Code Review · 15 years ago
  21. 45ae88c am 92c8ecbf: Merge change 5929 into donut by Android (Google) Code Review · 15 years ago
  22. 4a37dbb Merge change 6050 by Android (Google) Code Review · 15 years ago
  23. 370a09b force libwebcore clean build after turning <video> support with V8 by Andrei Popescu · 15 years ago
  24. 8b3f93a am 6e9c1a6d: remove some accidentally-submitted debug logging by Doug Zongker · 15 years ago
  25. 4647f12 fix image size tests by Doug Zongker · 15 years ago
  26. bd1ee34 Merge change 6059 into donut by Android (Google) Code Review · 15 years ago
  27. a8c14e8 Also look in vendor/*/build for vendorsetup.sh by Joe Onorato · 15 years ago
  28. 92c8ecb Merge change 5929 into donut by Android (Google) Code Review · 15 years ago
  29. d77ccd3 am a2bd9af9: Merge change 4759 into donut by Android (Google) Code Review · 15 years ago
  30. acb8bda am 0f3298a4: delete source files not in target by Doug Zongker · 15 years ago
  31. 6e9c1a6 remove some accidentally-submitted debug logging by Doug Zongker · 15 years ago
  32. c74bbee Add the JNI library of CertTool for handling certificates. by Chung-yih Wang · 15 years ago
  33. 810e4c9 am c898974b: Merge change 5553 into donut by Android (Google) Code Review · 15 years ago
  34. a2bd9af Merge change 4759 into donut by Android (Google) Code Review · 15 years ago
  35. 0f3298a delete source files not in target by Doug Zongker · 15 years ago
  36. c898974 Merge change 5553 into donut by Android (Google) Code Review · 15 years ago
  37. 67bae7f Change cts makefile to bundle junit.jar. by Brett Chabot · 15 years ago
  38. f4f85a2 Fix the simulator build by setting TARGET_PRELINK_MODULE before including by Patrick Scott · 15 years ago
  39. 8e2f2b9 ignore missing/bad device-specific releasetools modules by Doug Zongker · 15 years ago
  40. a4ebcbb resolved conflicts for merge of e1c31bac to master by Doug Zongker · 15 years ago
  41. 3fbb580 Merge change 5099 by Android (Google) Code Review · 15 years ago
  42. 31424d6 Merge change 5082 by Android (Google) Code Review · 15 years ago
  43. e1c31ba make building recovery and boot images optional by Doug Zongker · 15 years ago
  44. 0fbd7da am 55766e47: Merge change 5150 into donut by Android (Google) Code Review · 15 years ago
  45. 55766e4 Merge change 5150 into donut by Android (Google) Code Review · 15 years ago
  46. 9fc74c7 don't fail if no required bootloaders are defined by Doug Zongker · 15 years ago
  47. 4179f16 Merge change 4992 by Android (Google) Code Review · 15 years ago
  48. 87c8657 Move the BoardConfig.mk search and inclusion to core/config.mk. by Patrick Scott · 15 years ago
  49. 659fc55 pass correct -s and -m options to release tools by Doug Zongker · 15 years ago
  50. ab81dbd am bf8a59aa: Merge change 5017 into donut by Android (Google) Code Review · 15 years ago
  51. 6178e23 am 9d9f3678: Java 1.5 is required. Enforce it. by Joe Onorato · 15 years ago
  52. bf8a59a Merge change 5017 into donut by Android (Google) Code Review · 15 years ago
  53. 9d9f367 Java 1.5 is required. Enforce it. by Joe Onorato · 15 years ago
  54. e01100c generalize the definition of a "radio image" by Doug Zongker · 15 years ago
  55. 8029653 Don't install afar and dexpreopt-wrapper on system while building tests. by Sriram Raman · 15 years ago
  56. f28c6fa Change to add the 4.4.0 toolchain directory to PATH. by Jing Yu · 15 years ago
  57. 05d3dea support hooks for device-specific code in OTA package generation by Doug Zongker · 15 years ago
  58. 09e82c0 force clean build of libwebcore after turning video on by Andrei Popescu · 15 years ago
  59. 66b14d8 Removing top tabs from PDK navigation because right now we only have one section. by David Warren · 15 years ago
  60. 1f1759e Add clean-libwebcore to clean spec. by Feng Qian · 15 years ago
  61. 24254db am edb6829f: Merge change 4654 into donut by Android (Google) Code Review · 15 years ago
  62. edb6829 Merge change 4654 into donut by Android (Google) Code Review · 15 years ago
  63. ac4920a resolved conflicts for merge of c494d7ce to master by Doug Zongker · 15 years ago
  64. c494d7c generate OTA packages that use edify by Doug Zongker · 15 years ago
  65. 483d924 Put the java source file list files somewhere where they don't by Joe Onorato · 15 years ago
  66. d6fb2d4 am 602a84e0: fix releasetools for non-linux architectures by Doug Zongker · 15 years ago
  67. 602a84e fix releasetools for non-linux architectures by Doug Zongker · 15 years ago
  68. 9af6466 bumped version, cleaned up by The Android Open Source Project · 15 years ago
  69. d67bb86 Merge change 4496 by Android (Google) Code Review · 15 years ago
  70. 916069c am 1bc6248b: (-s ours) Fix the build name. Previously "DONUT-BURGER"; Now "Donut" by Sriram Raman · 15 years ago
  71. 4b589a9 am 3450f449: Merge change 4549 into donut by Android (Google) Code Review · 15 years ago
  72. daadaaa am 1a28c1a4: Merge change 4541 into donut by Android (Google) Code Review · 15 years ago
  73. 1bc6248 Fix the build name. Previously "DONUT-BURGER"; Now "Donut" by Sriram Raman · 15 years ago
  74. 3450f44 Merge change 4549 into donut by Android (Google) Code Review · 15 years ago
  75. 6f4a0f4 Merge commit 'b610c08b9605c31c1e5b851009104972e3822a3c' into Donut by Xavier Ducrohet · 15 years ago
  76. 1a28c1a Merge change 4541 into donut by Android (Google) Code Review · 15 years ago
  77. b1134dd remember in the target-files package what version of the API recovery uses by Doug Zongker · 15 years ago
  78. b610c08 AI 149924: Add OpenWnn to the SDK builds. by Xavier Ducrohet · 15 years ago
  79. 99e5671 am 9454b1c8: Merge change 4089 into donut by Android (Google) Code Review · 15 years ago
  80. b845c2f Switch default toolchain to 4.4.0 in master. by Jing Yu · 15 years ago
  81. 9454b1c Merge change 4089 into donut by Android (Google) Code Review · 15 years ago
  82. 38a649f handle BOARD_KERNEL_BASE in releasetools by Doug Zongker · 15 years ago
  83. c0288c2 Merge change 4307 by Android (Google) Code Review · 15 years ago
  84. 171f1cd don't require some OTA features by Doug Zongker · 15 years ago
  85. 157064f manual merge of dddd957c, explicitly list SDK image dependencies by The Android Open Source Project · 15 years ago
  86. dddd957 explicitly list SDK image dependencies by Doug Zongker · 15 years ago
  87. 93521c4 manual merge of 367910fc, don't build ota or update packages for sdk or sim by The Android Open Source Project · 15 years ago
  88. 367910f don't build ota or update packages for sdk or sim by Doug Zongker · 15 years ago
  89. 61ceba2 manual merge of 37c0e274, fix building of otacerts.zip by The Android Open Source Project · 15 years ago
  90. 6be991f am cf348b97: Merge change 4232 into donut by Android (Google) Code Review · 15 years ago
  91. 37c0e27 fix building of otacerts.zip by Doug Zongker · 15 years ago
  92. cf348b9 Merge change 4232 into donut by Android (Google) Code Review · 15 years ago
  93. 683baae am 048e7ca1: fix archive files being created with perms 000 by Doug Zongker · 15 years ago
  94. 048e7ca fix archive files being created with perms 000 by Doug Zongker · 15 years ago
  95. 8678df4 use releasetools scripts to build update and OTA packages by Doug Zongker · 15 years ago
  96. 5386f16 am 398814fa: am 5eb58327: AI 149839: make the home page\'s announcement block expandable... primarily, this is to handle various lengths of text due to translations, but also allows us to be more flexible WRT the content for the top section. by Scott Main · 15 years ago
  97. 622a564 am 03474237: Merge change 4054 into donut by Android (Google) Code Review · 15 years ago
  98. 9e710a6 am e3eb0fae: joeo here. This localize command is unused and causes that execve error. by Jason Sams · 15 years ago
  99. 3f7760e am e05806cc: Merge change 4057 into donut by Android (Google) Code Review · 15 years ago
  100. 398814f am 5eb58327: AI 149839: make the home page\'s announcement block expandable... primarily, this is to handle various lengths of text due to translations, but also allows us to be more flexible WRT the content for the top section. by Scott Main · 15 years ago