1. 1e96ac8 Make the recovery.img construction (from boot.img) logic depend on whether recovery.img was installed. by Sriram Raman · 16 years ago
  2. 66ae616 Merge change 8517 into donut by Android (Google) Code Review · 16 years ago
  3. b11428e Fix generic-userdebug build (don't build OTA for this target). by Sriram Raman · 16 years ago
  4. 90c23aa DO NOT MERGE TO MASTER remove opencore avc encoder DSO bug 2001900 by James Dong · 16 years ago
  5. 3455a3d don't try to build recovery patch in generic build by Doug Zongker · 16 years ago
  6. b003d89 make path explicit when running imgdiff by Doug Zongker · 16 years ago
  7. 22bc517 fix imgdiff/bsdiff dependencies by Doug Zongker · 16 years ago
  8. 7a7cd0d fix system size calculation for SDK build by Doug Zongker · 16 years ago
  9. 73ef825 use a binary patch to install recovery from system by Doug Zongker · 16 years ago
  10. 6c77046 applypatch changes for patching recovery image by Doug Zongker · 16 years ago
  11. 289d80e Adding version information to DroidDoc. Rather than pulling the version from by Jesse Wilson · 16 years ago
  12. 6ef19da Merge change 7040 into donut by Android (Google) Code Review · 16 years ago
  13. e334d25 Speed up the full build. by Joe Onorato · 16 years ago
  14. 571d0f2 CTS: Add media test cases to CTS makefile by Phil Dubach · 16 years ago
  15. e41accf Merge change 6412 into donut by Android (Google) Code Review · 16 years ago
  16. 742fa57 fix problems with new image size calculations by Doug Zongker · 16 years ago
  17. 8cebf1f fix mislaid 'if' in recovery by Doug Zongker · 16 years ago
  18. 79005e0 Pass compiler flags for C++ too, and add a flag that enables warnings about missing virtual destructors by Marco Nelissen · 16 years ago
  19. 4647f12 fix image size tests by Doug Zongker · 16 years ago
  20. c74bbee Add the JNI library of CertTool for handling certificates. by Chung-yih Wang · 16 years ago
  21. c898974 Merge change 5553 into donut by Android (Google) Code Review · 16 years ago
  22. 67bae7f Change cts makefile to bundle junit.jar. by Brett Chabot · 16 years ago
  23. 9d9f367 Java 1.5 is required. Enforce it. by Joe Onorato · 16 years ago
  24. edb6829 Merge change 4654 into donut by Android (Google) Code Review · 16 years ago
  25. c494d7c generate OTA packages that use edify by Doug Zongker · 16 years ago
  26. 483d924 Put the java source file list files somewhere where they don't by Joe Onorato · 16 years ago
  27. 602a84e fix releasetools for non-linux architectures by Doug Zongker · 16 years ago
  28. 1bc6248 Fix the build name. Previously "DONUT-BURGER"; Now "Donut" by Sriram Raman · 16 years ago
  29. b1134dd remember in the target-files package what version of the API recovery uses by Doug Zongker · 16 years ago
  30. dddd957 explicitly list SDK image dependencies by Doug Zongker · 16 years ago
  31. 367910f don't build ota or update packages for sdk or sim by Doug Zongker · 16 years ago
  32. 37c0e27 fix building of otacerts.zip by Doug Zongker · 16 years ago
  33. 8678df4 use releasetools scripts to build update and OTA packages by Doug Zongker · 16 years ago
  34. a406c1e build 'updater' binary for use in OTA packages by Doug Zongker · 16 years ago
  35. e3eb0fa joeo here. This localize command is unused and causes that execve error. by Jason Sams · 16 years ago
  36. 6764775 Add keystore in the pathmap of frameworks base. by Chung-yih Wang · 16 years ago
  37. 4175bb9 Removing "tts" from the list of directories containing source code by Jean-Michel Trivi · 16 years ago
  38. f1a55f8 Fix the usual build hanging issue by using -o (overwrite without prompting) option with unzip by Sriram Raman · 16 years ago
  39. 0bb9ce9 fix build -- aidl was not finding vpn imports by Tammo Spalink · 16 years ago
  40. d8a6ac1 Add archquery to the windows make by Raphael · 16 years ago
  41. 46e9bec core: Add support for static libraries to include other whole static libs. by Dima Zavin · 16 years ago
  42. 8b70e8c use minigzip instead of system gzip in the build by Doug Zongker · 16 years ago
  43. 866a6d3 Merge change 1642 into donut by Android (Google) Code Review · 16 years ago
  44. 3026e96 Merge change 2245 into donut by Android (Google) Code Review · 16 years ago
  45. ecc70d7 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 16 years ago
  46. e1da304 Adding in the path the new android.tts package. by Jean-Michel Trivi · 16 years ago
  47. 051672b Update the error message that occurs when current.xml needs regenerating. by Mike Lockwood · 16 years ago
  48. 5dbb529 Allow the build system to build Objective-C sources. by David 'Digit' Turner · 16 years ago
  49. 9bd5404 Use new aapt feature to add default version info to .apks. by Dianne Hackborn · 16 years ago
  50. eefd021 Print the platform version and version codename in the big build header. by Joe Onorato · 16 years ago
  51. bd215ed Rollback to gcc-4.2.1 by Doug Kwan · 16 years ago
  52. cef9ed9 Fix makefile to be compatible with findbugs v 1.3.8 modified: core/java.mk by Andrew Stadler · 16 years ago
  53. 233728d am 9e35a86: AI 148675: CTS: Copy only the \'startcts\' script into the cts by Phil Dubach · 16 years ago
  54. 9e35a86 AI 148675: CTS: Copy only the 'startcts' script into the cts distribution by Phil Dubach · 16 years ago
  55. 9537884 Add new property for dev codename, update version to Donut. by Dianne Hackborn · 16 years ago
  56. 6ea3b88 core: Recovery image should have the custom kernel base as well. by Dima Zavin · 16 years ago
  57. 1e0847c core: Allow the board config to specify the kernel base address for mkbootimg by Dima Zavin · 16 years ago
  58. 1f61dc3 am 6178820: AI 148430: Adding a new CTS test runner that is basically by Jorg Pleumann · 16 years ago
  59. 6178820 AI 148430: Adding a new CTS test runner that is basically by Jorg Pleumann · 16 years ago
  60. 6ffb159 prelink: Add libsysutils to prelink map by San Mehat · 16 years ago
  61. 9528248 core: Don't debug native modules when TARGET_BUILD_TYPE==debug by Dave Bort · 16 years ago
  62. 6062815 Merge change 859 into donut by Android (Google) Code Review · 16 years ago
  63. 2d2a9ac Change 77 from git master branch: by James Dong · 16 years ago
  64. 8c9bef6 switch compiler to gcc-4.3.1 by Doug Kwan · 16 years ago
  65. 7b2845a Don't rebuild the NOTICE files when building with mm, mmm, etc. by Joe Onorato · 16 years ago
  66. e3a5777 am ccd2def: AI 147847: CTS: Fix core test dependencies in CTS makefile by Phil Dubach · 16 years ago
  67. e468abd am f22b9a0: AI 147775: Also add ApiDemos to make sure it gets included i by Bill Napier · 16 years ago
  68. ecc08d0 am b3e0126: AI 147731: Forgot to submit the build changes for the by Jorg Pleumann · 16 years ago
  69. 41ddfa9 am f23f5b4: AI 147479: Update list of CTS test packages. by Bill Napier · 16 years ago
  70. ccd2def AI 147847: CTS: Fix core test dependencies in CTS makefile by Phil Dubach · 16 years ago
  71. f22b9a0 AI 147775: Also add ApiDemos to make sure it gets included in the TestCase repository as by Bill Napier · 16 years ago
  72. b3e0126 AI 147731: Forgot to submit the build changes for the luni.AllTests removal. by Jorg Pleumann · 16 years ago
  73. 9058e72 Remove obsolete activitycreator from windows SDK makefile. by Raphael · 16 years ago
  74. f23f5b4 AI 147479: Update list of CTS test packages. by Bill Napier · 16 years ago
  75. 0a4c2b0 AI 147397: CTS: Fix VM test description generator by Phil Dubach · 16 years ago
  76. b3c6b2d AI 146742: am: CL 146710 Splitting android.core.tests.apk into several smaller by Urs Grob · 16 years ago
  77. 709b752 AI 146710: Splitting android.core.tests.apk into several smaller by Urs Grob · 16 years ago
  78. a190c52 AI 145983: am: CL 145911 ADT #1778786: tool to generate stubbed jar file. by Raphael Moll · 16 years ago
  79. a7bfb4f AI 145911: ADT #1778786: tool to generate stubbed jar file. by Raphael Moll · 16 years ago
  80. 03fbe40 AI 145850: am: CL 145512 SDK add-on updates by Joe Onorato · 16 years ago
  81. 8539929 AI 145704: Manually integrate change 145576 to donutburger to fix "lunch" by Mike Lockwood · 16 years ago
  82. 92f8a3a AI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the build by Joe Onorato · 16 years ago
  83. 64d85d0 AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'. by Joe Onorato · 16 years ago
  84. ef09681 AI 145576: Probe for the proper sed(1) extended regex switch by Dave Bort · 16 years ago
  85. 15ca0bd AI 145512: SDK add-on updates by Joe Onorato · 16 years ago
  86. a9cc3ca AI 145373: remove a debugging printf that sometimes breaks the build by Joe Onorato · 16 years ago
  87. 8bbfe65 AI 145333: Cloned from CL 144759 by 'g4 patch'. by Joe Onorato · 16 years ago
  88. 6a76942 AI 144765: am: CL 144764 Fix the SDK build to properly package what needs to go in the system image (bug #1761105) by Xavier Ducrohet · 16 years ago
  89. f39ac42 AI 144764: Fix the SDK build to properly package what needs to go in the system image (bug #1761105) by Xavier Ducrohet · 16 years ago
  90. 934de9b AI 144143: Define OTA_PUBLIC_KEYS to be the test keys in the otapackage by Doug Zongker · 16 years ago
  91. 17c83cf AI 144130: Don't build OTA package keys into the recovery binary; read by Doug Zongker · 16 years ago
  92. a401b05 AI 143879: am: CL 143876 Include hprof-conv in SDK (bug #1640225) by Raphael Moll · 16 years ago
  93. e340277 AI 143876: Include hprof-conv in SDK (bug #1640225) BUG=1640225 by Raphael Moll · 16 years ago
  94. 35354dc Automated import from //branches/donutburger/...@142719,142719 by Eric Fischer · 16 years ago
  95. 436aefc Automated import from //branches/cupcake/...@142639,142639 by Eric Fischer · 16 years ago
  96. 7b64124 Automated import from //branches/donutburger/...@142410,142410 by Sriram Raman · 16 years ago
  97. d14f6d9 Automated import from //branches/donutburger/...@141759,141759 by Dave Bort · 16 years ago
  98. 0959110 Automated import from //branches/cupcake/...@142409,142409 by Sriram Raman · 16 years ago
  99. bd46b21 Automated import from //branches/donutburger/...@140982,140982 by Joe Onorato · 16 years ago
  100. 0c56ccb Automated import from //branches/cupcake/...@141670,141670 by Sriram Raman · 16 years ago