1. c656030 Turn off llvm-rs-link to make launch time go faster. by Shih-wei Liao · 14 years ago
  2. 6c75cb3 am 0332f0ac: Truly default to the full config. by Jean-Baptiste Queru · 14 years ago
  3. 0332f0a Truly default to the full config. by Jean-Baptiste Queru · 14 years ago
  4. a1729fc Merge "Insert directives to work around a CPU bug." by Ben Cheng · 14 years ago
  5. efd2489 Insert directives to work around a CPU bug. by Ben Cheng · 14 years ago
  6. 2923c45 am 4038bbc4: am 09a00a67: Don\'t build update zip package if there is no kernel, or it\'s generic device. by Ying Wang · 14 years ago
  7. 894bf9c Merge "We are API 9 compatible." by Dianne Hackborn · 14 years ago
  8. 2ea6527 am 5a98ec04: resolved conflicts for merge of 54ddcc27 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  9. 311c267 We are API 9 compatible. by Dianne Hackborn · 14 years ago
  10. 4038bbc am 09a00a67: Don\'t build update zip package if there is no kernel, or it\'s generic device. by Ying Wang · 14 years ago
  11. 09a00a6 Don't build update zip package if there is no kernel, or it's generic device. by Ying Wang · 14 years ago
  12. 5a98ec0 resolved conflicts for merge of 54ddcc27 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  13. 8cd3838 Gingerbread becomes real. by Dianne Hackborn · 14 years ago
  14. 9af2da0 Merge "Verify PRODUCT_* are not modified by Android.mks, but allow them to be read only." by Ying Wang · 14 years ago
  15. 20d1ba6 Explicitly declare assembly only __ASSEMBLY__ macro for assembly source by Jim Huang · 14 years ago
  16. 98582b2 radio files aren't modules, prebuilt or otherwise by Doug Zongker · 14 years ago
  17. 4a5bd24 Fix typo. by Ying Wang · 14 years ago
  18. 7522f04 Verify PRODUCT_* are not modified by Android.mks, but allow them to be read only. by Ying Wang · 14 years ago
  19. 16697b7 Hook up the dependency. by Ying Wang · 14 years ago
  20. f7b32bf Enable LLVM_RS_LINK. No longer forking an LLVM linker inside llvm-rs-cc. by Shih-wei Liao · 14 years ago
  21. 0dd458e am 99185c2a: am cd7170d7: resolved conflicts for merge of 0f8fcbe2 to gingerbread by Brian Muramatsu · 14 years ago
  22. c8241ca Merge "Make naming consistent: llvm-rs-cc and llvm-rs-link." by Shih-wei Liao · 14 years ago
  23. 0ce72c4 am 3b008f36: am 83f69eb5: Prepend ccache to CC/CXX if necessary. by Ying Wang · 14 years ago
  24. d01fadb Make naming consistent: llvm-rs-cc and llvm-rs-link. by Shih-wei Liao · 14 years ago
  25. e814ad4 am 5c41c178: am 700b88e1: Pass device characteristic information through to aapt. by Joe Onorato · 14 years ago
  26. 64cf5aa Revert "Enforce that PRODUCT_ variables aren't modified by module makefiles" by Joe Onorato · 14 years ago
  27. 24e1c01 Integrate the slang "-MD" into the build system. by Ying Wang · 14 years ago
  28. a5a684c Merge ""Slang" no longer needs "--allow-rs-prefix" option. "Slang" now knows if a function is in a system header file. If so, the function can be prefixed by "rs". Otherwise, "rs" prefix is rightly disallowed. So, no more "allow-rs-prefix" hacking." by Ying Wang · 14 years ago
  29. c59777b ip-up-vpn doesn't need to be grandfathered any more by Jean-Baptiste Queru · 14 years ago
  30. c95899f "Slang" no longer needs "--allow-rs-prefix" option. "Slang" now knows if a function by Shih-wei Liao · 14 years ago
  31. 95e743a Enforce that PRODUCT_ variables aren't modified by module makefiles by Jean-Baptiste Queru · 14 years ago
  32. 99185c2 am cd7170d7: resolved conflicts for merge of 0f8fcbe2 to gingerbread by Brian Muramatsu · 14 years ago
  33. cd7170d resolved conflicts for merge of 0f8fcbe2 to gingerbread by Brian Muramatsu · 14 years ago
  34. 3b008f3 am 83f69eb5: Prepend ccache to CC/CXX if necessary. by Ying Wang · 14 years ago
  35. 2177313 am 4477db78: CHERRY-PICK: propogate module tags for prebuilts by Dima Zavin · 14 years ago
  36. 83f69eb Prepend ccache to CC/CXX if necessary. by Ying Wang · 14 years ago
  37. 4477db7 CHERRY-PICK: propogate module tags for prebuilts by Dima Zavin · 14 years ago
  38. 5c41c17 am 700b88e1: Pass device characteristic information through to aapt. by Joe Onorato · 14 years ago
  39. 3be1cf9 Remove libclang* from user_tags.mk. by Stephen Hines · 14 years ago
  40. 700b88e Pass device characteristic information through to aapt. by Joe Onorato · 14 years ago
  41. 45a971d Support Additional CTS Host Jars by Brian Muramatsu · 14 years ago
  42. 25a04da am b7019e21: am a9c381ed: Any intermediate targets between Progaurd and the built_dex should be differently named. by Ying Wang · 14 years ago
  43. b7019e2 am a9c381ed: Any intermediate targets between Progaurd and the built_dex should be differently named. by Ying Wang · 14 years ago
  44. a9c381e Any intermediate targets between Progaurd and the built_dex should be differently named. by Ying Wang · 14 years ago
  45. 1406613 am bf2ed191: am a83940fa: Move odex related files to product-specific dir. by Ying Wang · 14 years ago
  46. bf2ed19 am a83940fa: Move odex related files to product-specific dir. by Ying Wang · 14 years ago
  47. a83940f Move odex related files to product-specific dir. by Ying Wang · 14 years ago
  48. 6d6511b am bdb2e9f3: am 46fc2341: Merge "Allow \'export WITH_HOST_DALVIK=false\' to override Makefile defaulting" into gingerbread by Brian Carlstrom · 14 years ago
  49. bdb2e9f am 46fc2341: Merge "Allow \'export WITH_HOST_DALVIK=false\' to override Makefile defaulting" into gingerbread by Brian Carlstrom · 14 years ago
  50. 46fc234 Merge "Allow 'export WITH_HOST_DALVIK=false' to override Makefile defaulting" into gingerbread by Brian Carlstrom · 14 years ago
  51. e947865 Allow 'export WITH_HOST_DALVIK=false' to override Makefile defaulting by Brian Carlstrom · 14 years ago
  52. f51f24a Use the new sdk/build/tools.atree. by Xavier Ducrohet · 14 years ago
  53. ed72118 am 3c3bf677: am 0b9382c7: Separate out Proguard flag files to fix dependency. by Ying Wang · 14 years ago
  54. 4b89f65 am cbbab0d5: am ffd5087e: Use the new sdk/build/tools.atree. by Xavier Ducrohet · 14 years ago
  55. f45f708 am a38198a5: am c8c09e28: Inform dex-preopt when the target device is a uniprocessor. by Dan Bornstein · 14 years ago
  56. 3c3bf67 am 0b9382c7: Separate out Proguard flag files to fix dependency. by Ying Wang · 14 years ago
  57. cbbab0d am ffd5087e: Use the new sdk/build/tools.atree. by Xavier Ducrohet · 14 years ago
  58. 0b9382c Separate out Proguard flag files to fix dependency. by Ying Wang · 14 years ago
  59. a38198a am c8c09e28: Inform dex-preopt when the target device is a uniprocessor. by Dan Bornstein · 14 years ago
  60. c8c09e2 Inform dex-preopt when the target device is a uniprocessor. by Dan Bornstein · 14 years ago
  61. b5425fd am e52fddec: am 879779a5: Merge "framework-res is not used as regular Java library now." into gingerbread by Ying Wang · 14 years ago
  62. d46905b am c292927f: am e1926260: Treat prebuilt SDKs and the stub as normal java libraries. by Ying Wang · 14 years ago
  63. e52fdde am 879779a5: Merge "framework-res is not used as regular Java library now." into gingerbread by Ying Wang · 14 years ago
  64. 912f828 framework-res is not used as regular Java library now. by Ying Wang · 14 years ago
  65. c292927 am e1926260: Treat prebuilt SDKs and the stub as normal java libraries. by Ying Wang · 14 years ago
  66. e192626 Treat prebuilt SDKs and the stub as normal java libraries. by Ying Wang · 14 years ago
  67. 421b46e resolved conflicts for merge of 18c00c5c to master by Ying Wang · 14 years ago
  68. 7e93b36 am b09173e7: am 30090e41: Set the intermediate dirs before using them. by Ying Wang · 14 years ago
  69. b017638 am 5cb94751: am 9049e321: Add javalib.dex.jar to LOCAL_INTERMEDIATE_TARGETS by Ying Wang · 14 years ago
  70. 18c00c5 am bb2b82bd: Merge "Fix userdata partition\'s ext4 mount point to data." into gingerbread by Ying Wang · 14 years ago
  71. bb2b82b Merge "Fix userdata partition's ext4 mount point to data." into gingerbread by Ying Wang · 14 years ago
  72. 026f145 Fix userdata partition's ext4 mount point to data. by Ying Wang · 14 years ago
  73. ef5fd0e Merge "Package ddmlib-prebuilt with CTS." into gingerbread by Brett Chabot · 14 years ago
  74. 531f524 core: Make fake packages have real installed files for proper dependencies by Dima Zavin · 14 years ago
  75. 2daa77e Package ddmlib-prebuilt with CTS. by Xavier Ducrohet · 14 years ago
  76. ffd5087 Use the new sdk/build/tools.atree. by Xavier Ducrohet · 14 years ago
  77. b09173e am 30090e41: Set the intermediate dirs before using them. by Ying Wang · 14 years ago
  78. 30090e4 Set the intermediate dirs before using them. by Ying Wang · 14 years ago
  79. 5cb9475 am 9049e321: Add javalib.dex.jar to LOCAL_INTERMEDIATE_TARGETS by Ying Wang · 14 years ago
  80. 9049e32 Add javalib.dex.jar to LOCAL_INTERMEDIATE_TARGETS by Ying Wang · 14 years ago
  81. e874e23 resolved conflicts for merge of dc45f86a to master by Ying Wang · 14 years ago
  82. dc45f86 am 02352378: Remove emulator-based dexpreopt logic from the build system. by Ying Wang · 14 years ago
  83. 0235237 Remove emulator-based dexpreopt logic from the build system. by Ying Wang · 14 years ago
  84. 3640494 Add some grandfathered prebuilts that were missed during the first pass by Jean-Baptiste Queru · 14 years ago
  85. 49ce545 Disable this check that was submitted by mistake. by Jean-Baptiste Queru · 14 years ago
  86. f625bf2 core: Add a phony package definition by Dima Zavin · 14 years ago
  87. c2901aa core: don't add file deps for modules without any installed files by Dima Zavin · 14 years ago
  88. 0944771 Issue an error when unknown files are added to ALL_PREBUILT by Jean-Baptiste Queru · 14 years ago
  89. 509d28b resolved conflicts for merge of 3453d5f3 to master by Ying Wang · 14 years ago
  90. 3453d5f am d56d69b6: Merge "Fix dependency when switching between build variants with and without Proguard." into gingerbread by Ying Wang · 14 years ago
  91. d56d69b Merge "Fix dependency when switching between build variants with and without Proguard." into gingerbread by Ying Wang · 14 years ago
  92. afd9652 am d60ab565: am 19f9c1c2: Fix nothing-to-do build. by Ying Wang · 14 years ago
  93. 9cd6150 am 12165990: am 6474811d: Fix sim-eng build. by Andy McFadden · 14 years ago
  94. d60ab56 am 19f9c1c2: Fix nothing-to-do build. by Ying Wang · 14 years ago
  95. 19f9c1c Fix nothing-to-do build. by Ying Wang · 14 years ago
  96. 1216599 am 6474811d: Fix sim-eng build. by Andy McFadden · 14 years ago
  97. 6474811 Fix sim-eng build. by Andy McFadden · 14 years ago
  98. 7b3bb94 am bbbed9e1: am 02c9813a: Prebuilt NDKs are merged for linux and darwin. by Ying Wang · 14 years ago
  99. 5a2dee8 am 4f9c4f4d: am 50d7d7a0: Fix private vars for host-dex rules. by Ying Wang · 14 years ago
  100. bbbed9e am 02c9813a: Prebuilt NDKs are merged for linux and darwin. by Ying Wang · 14 years ago