1. a62262f Merge "SDK: use prebuilts/devtools for sdklib" by Raphael Moll · 12 years ago
  2. f7fcf41 Fix Eclipse classpath for projects moved to tools/base or swt. by Raphael Moll · 12 years ago
  3. fd30096 SDK: use prebuilts/devtools for sdklib by Raphael Moll · 12 years ago
  4. 3ff8e8b Fix use case of app + 1 lib that have the same package in Ant. by Xavier Ducrohet · 12 years ago
  5. a90b8ef Add flag to disable dex merging. by Xavier Ducrohet · 12 years ago
  6. 131459f Support package conflicts between app and libs. by Xavier Ducrohet · 12 years ago
  7. fbf28ac Add filterscript suppport. by Xavier Ducrohet · 12 years ago
  8. 9093160 TaskHelper: properly parse Pkg.Revision property. by Raphael Moll · 12 years ago
  9. 1c811c9 Update compiler flags. by Tor Norbye · 12 years ago
  10. dabcfba Add support for dex force jumbo. by Xavier Ducrohet · 12 years ago
  11. 29337b5 Fix possible collision in pre-dexed lib filenames. by Xavier Ducrohet · 12 years ago
  12. b079e78 Fix comment from a previous review. by Xavier Ducrohet · 12 years ago
  13. 8ac4298 Fix Ant tasks to only generate R class when needed. by Xavier Ducrohet · 12 years ago
  14. 2b426ae ManifestMerger: ability to inject attributes. by Raphael Moll · 12 years ago
  15. 225fe91 Merge "Pre-dexed libraries." by Xavier Ducrohet · 12 years ago
  16. 98b631c Pre-dexed libraries. by Xavier Ducrohet · 12 years ago
  17. bbfb294 Fix new R class generation for libraries by Xavier Ducrohet · 12 years ago
  18. aea408b Generate smaller R classes for libraries. by Xavier Ducrohet · 12 years ago
  19. 6184f12 Merge "Fix possible NPE reading dep file." by Xavier Ducrohet · 12 years ago
  20. f92c116 Fix possible NPE reading dep file. by Xavier Ducrohet · 12 years ago
  21. b49179e Add nullness annotations on overridden methods by Tor Norbye · 12 years ago
  22. 0386f5d ManifestMerger: fix handling of codenames in min/targetSdkVersion. by Raphael Moll · 12 years ago
  23. 6d266a1 36987: TaskHelper can't parse the tools revision number "21 rc3" by Tor Norbye · 12 years ago
  24. 09407f7 Fix nullability annotations by Tor Norbye · 12 years ago
  25. ae6a209 Unify all loggers in the sdk tools. by Xavier Ducrohet · 12 years ago
  26. 813bf88 Add Ant support for UI automation test. by Xavier Ducrohet · 12 years ago
  27. 81cefe2 More refactoring. by Xavier Ducrohet · 12 years ago
  28. ee4780f Allow lint cli --sources to specify a path, and use from ant lint by Tor Norbye · 12 years ago
  29. a550674 Add lint target for ant by Tor Norbye · 12 years ago
  30. 662db91 Fix renderscript compilation from Ant. by Xavier Ducrohet · 12 years ago
  31. ac7efd7 Fix parsing SDK Tools in ant tasks. by Xavier Ducrohet · 12 years ago
  32. 1ad2af8 Fix Ant task for 1.8.3 which seems more strict than 1.8.2 by Xavier Ducrohet · 12 years ago
  33. 5f2b9cd Fix minor errors when used with Eclipse4. by Siva Velusamy · 12 years ago
  34. a12a01f Add lib source folders to the emma report. by Xavier Ducrohet · 12 years ago
  35. aaeb6a3 Fix issue where libraries were not getting instrumented. by Xavier Ducrohet · 12 years ago
  36. fcb82e3 Fix emma for split projects. by Xavier Ducrohet · 12 years ago
  37. 059a2b8 Fix to improved aidl support by Xavier Ducrohet · 12 years ago
  38. 1a92809 Merge "Manifest Merger: rework interface to collect errors." by Raphael Moll · 12 years ago
  39. 6d54411 Manifest Merger: rework interface to collect errors. by Raphael Moll · 12 years ago
  40. 665f681 Projects can now access aidl files from their libraries. by Xavier Ducrohet · 12 years ago
  41. 764d929 Fix warnings by Tor Norbye · 12 years ago
  42. 249dc01 Use aapt output to feed proguard's keep list. by Xavier Ducrohet · 12 years ago
  43. 6a98de1 SDK/ant: pass --ignore-assets flag to AAPT. by Raphael Moll · 12 years ago
  44. 7f14dc0 Fix Ant build. by Xavier Ducrohet · 12 years ago
  45. e6ec57d Revert the disable flag of the manifest merger to be enable instead. by Xavier Ducrohet · 12 years ago
  46. 3b7b3c0 Minor fixes in Ant. by Xavier Ducrohet · 12 years ago
  47. dedd7ea Manifest merger in Ant build. by Xavier Ducrohet · 12 years ago
  48. 47f4294 Properly exclude some classes in code coverage. by Xavier Ducrohet · 12 years ago
  49. 1daa8f9 Fix "ant test" + misc clean up / reorganization of build.xml by Xavier Ducrohet · 12 years ago
  50. f1d97cd SDK: Fix 2 toLowerCase using default locale. by Raphael Moll · 12 years ago
  51. 15f1c93 SDK: anttask refers to old prebuilt location for ant.jar by Raphael Moll · 12 years ago
  52. 2d15c42 RS Ant support: split opt level per build type. by Xavier Ducrohet · 12 years ago
  53. 1cb06d5 Use our own signing code in Ant and don't rely on Jarsigner. by Xavier Ducrohet · 12 years ago
  54. 7a10e40 Fix issue when running Ant from outside of the project's folder. by Xavier Ducrohet · 12 years ago
  55. 36e49c5 Merge "Enable passing of debug and optimization flags to slang in Ant builds." by Xavier Ducrohet · 12 years ago
  56. 430883c am 99f28497: Merge "Close the dependency file after reading it." by Tor Norbye · 12 years ago
  57. 99f2849 Merge "Close the dependency file after reading it." by Tor Norbye · 12 years ago
  58. 763b15f Close the dependency file after reading it. by Kaloian Doganov · 12 years ago
  59. a08befd Ant build now sanitize jar files in setup task. by Xavier Ducrohet · 12 years ago
  60. 81c5fb5 Automatically add dependencies to Eclipse project. by Xavier Ducrohet · 12 years ago
  61. 314a752 Only generate the libraries R/manifest classes in the app project. by Xavier Ducrohet · 12 years ago
  62. 4987af4 Enable passing of debug and optimization flags to slang in Ant builds. by Matt Kopec · 13 years ago
  63. da1c452 Ensure R/Manifest/BuildConfig classes are not added to the library jar file. by Xavier Ducrohet · 12 years ago
  64. 44a21c2 Fix issue when a project and its libraries use the same jar files. by Xavier Ducrohet · 12 years ago
  65. d7d4e98 Merge "Add --rename-manifest-package option to aapt Ant task." by Jean-Baptiste Queru · 12 years ago
  66. 8688abd Remove warning that minsdkVersion is lower than the compile target. by Xavier Ducrohet · 12 years ago
  67. 1dd5c94 Fix ant issue where annotations.jar causes problems. by Xavier Ducrohet · 12 years ago
  68. 0716298 Add --rename-manifest-package option to aapt Ant task. by Christopher Orr · 13 years ago
  69. f526dc3 Make some SDK project compile under Java 1.6 by Xavier Ducrohet · 13 years ago
  70. 80f7e60 Merge changes Ifb914125,I32b31a30 by Xavier Ducrohet · 13 years ago
  71. b799387 Fix issue where updated Java files don't trigger a new apk in ant. by Xavier Ducrohet · 13 years ago
  72. ec17a29 Automatically add annotations.jar on the classpath for API<=15 by Xavier Ducrohet · 13 years ago
  73. b9436ad Fixed error in ApkBuilderTask for jar files with resources by Claes Elgemark · 13 years ago
  74. 3056c8e Add support for BuildConfig class to ADT. by Xavier Ducrohet · 13 years ago
  75. 95a0647 Merge "Code cleanup: make sure FileInputStreams are closed." by Raphael · 13 years ago
  76. a5613f2 Fix NPE when building project with no code. by Xavier Ducrohet · 13 years ago
  77. def6f0d Improve indirect library dependency support. by Xavier Ducrohet · 13 years ago
  78. e162064 Add BuildConfig to ant SDK project. by Xavier Ducrohet · 13 years ago
  79. 796b6c0 Code cleanup: make sure FileInputStreams are closed. by Raphael · 13 years ago
  80. b927427 Improved RenderScript support in SDK build. by Xavier Ducrohet · 13 years ago
  81. 26d92b7 Ant build didn't use -non-constant-id for libraries! by Xavier Ducrohet · 13 years ago
  82. 78c89f9 Also process and cache the png files in libraries. by Xavier Ducrohet · 13 years ago
  83. 2c8cced Fix dependency support for aild. by Xavier Ducrohet · 13 years ago
  84. 15fa2cb Make the zip align ant step check timestamp on intput/output. by Xavier Ducrohet · 13 years ago
  85. a9a2823 Add dependency support for ApkBuilder ant step. by Xavier Ducrohet · 13 years ago
  86. 749cfb6 Make sure renderscript's -target-api receives 11+ by Xavier Ducrohet · 13 years ago
  87. c75c75a Improve error message if manifest has wrong minSdkVersion. by Xavier Ducrohet · 13 years ago
  88. 91308ed Pass -target-api to the renderscript compiler. by Xavier Ducrohet · 13 years ago
  89. 0fd7983 Make the dependency graph use extension restrictions per folder. by Xavier Ducrohet · 13 years ago
  90. 891cbf7 Add proper dependency support in the dex step of the Ant-based build. by Xavier Ducrohet · 13 years ago
  91. 50b3e57 Add support for proper dependency detection in the aidl ant compilation step. by Xavier Ducrohet · 13 years ago
  92. 5103671 Rename default.prop/build.prop to project.prop/ant.prop by Xavier Ducrohet · 13 years ago
  93. 3b5a006 Prevent running debug and release targets at the same time. by Xavier Ducrohet · 13 years ago
  94. 48902aa Added extension specification to dependency check by Josiah Gaskin · 13 years ago
  95. d02592f Change filename for dependency files by Josiah Gaskin · 13 years ago
  96. adb0595 Remove obsolete code. by Xavier Ducrohet · 13 years ago
  97. babf25c New library project mechanism. by Xavier Ducrohet · 13 years ago
  98. 8baa0f1 Expose version.name property for aapt task. by Tero Saarni · 13 years ago
  99. c15b4fd Add support for aapt CrunchCache in ADT and Ant by Josiah Gaskin · 13 years ago
  100. 8c0bb5e Add support to Ant for packaging dependency checks by Josiah Gaskin · 13 years ago