1. 366938f Allow java manifest property to reference filegroups by Colin Cross · 8 years ago
  2. 9f31911 Add USE_D8_DESUGAR option in build/soong by Alan Leung · 8 years ago
  3. d4c0309 Merge changes I13910647,Ie061e90c,I1c1cb098 by Treehugger Robot · 8 years ago
  4. c331599 Allow java binary wrapper files to reference filegroups by Colin Cross · 8 years ago
  5. 06ae582 Export makevars ANDROID_JAVA{8,9}_HOME. by Tobias Thierer · 8 years ago
  6. 5beccee Split logtags implementations for cc and java by Colin Cross · 8 years ago
  7. 1bd8780 Add more dex_preopt properties by Colin Cross · 8 years ago
  8. 6b4a32d Split java_binary modules into common and binary variants by Colin Cross · 8 years ago
  9. 5425090 Add java_genrules to use jars as inputs and outputs by Colin Cross · 8 years ago
  10. 42f3a76 Fix apps build by Colin Cross · 8 years ago
  11. b69301e Sort compiled resources by output path by Colin Cross · 8 years ago
  12. 890ff55 Add enforced RRO support to Soong by Colin Cross · 8 years ago
  13. 527012a Split up testJavaWithEnvFs by Colin Cross · 8 years ago
  14. 0926fae Add system_$(VER) by Sundong Ahn · 8 years ago
  15. 5ab4e6d Allow building framework.jar and framework-res.apk by Colin Cross · 8 years ago
  16. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 8 years ago
  17. aabf679 Make *Context.Config return a Config instead of a interface{} by Colin Cross · 8 years ago
  18. 44f0668 Fix aapt2 by Colin Cross · 8 years ago
  19. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 8 years ago
  20. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 8 years ago
  21. 824bee3 Move java test resources in mock filesystem to a different directory by Colin Cross · 8 years ago
  22. cb93359 Add Jacoco support by Colin Cross · 8 years ago
  23. b4972e3 Fix passing dex_preopt value to make by Colin Cross · 8 years ago
  24. 96427d6 kotlinc: Always pass -jvm-target 1.8 by Tobias Thierer · 8 years ago
  25. b1bd1aa Use logtags without merged file by Colin Cross · 8 years ago
  26. 1763da8 Export extract-srcjars.sh to Make by Colin Cross · 8 years ago
  27. d243091 Remove partial javastream proto support by Colin Cross · 8 years ago
  28. af05017 Add support for .srcjar files from genrules and srcs by Colin Cross · 8 years ago
  29. ebe1a51 Fix java AIDL properties to match C/C++ by Colin Cross · 8 years ago
  30. d5dbfb7 Fix proto flags in java by Colin Cross · 8 years ago
  31. ea568a4 Change bool, and string properties to *bool, and *string for java, by Nan Zhang · 8 years ago
  32. d3e141d Pass results of Finder into Blueprint by Jeff Gaston · 8 years ago
  33. d9e8f0a Setup java paths in soong_ui by Dan Willemsen · 8 years ago
  34. 61eaedb Support Javac sharding in Soong. by Nan Zhang · 8 years ago
  35. a39899e Merge "Always use installed version of d8-compat-dx" by Alan Leung · 8 years ago
  36. 3c807db Add default jar wrapper when wrapper property is not specified by Nan Zhang · 8 years ago
  37. 126a25c Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it by Colin Cross · 8 years ago
  38. 76530ec Merge "Import AAPT-related product variables from make" by Treehugger Robot · 8 years ago
  39. 2e19cd8 Always use installed version of d8-compat-dx by Yohann Roussel · 8 years ago
  40. face4e4 Import AAPT-related product variables from make by Colin Cross · 8 years ago
  41. 047a24a Merge "Allow java_host_binary to be used with genrule." by Treehugger Robot · 8 years ago
  42. 2423717 Allow java_host_binary to be used with genrule. by Alex Light · 8 years ago
  43. 899f374 Use D8 by default by Alan Leung · 8 years ago
  44. 715d711 Fix kotlin -classpath argument by Colin Cross · 8 years ago
  45. 8eadbf0 Fix source jars by Colin Cross · 8 years ago
  46. 9a36418 Use prebuilt turbine jar for unbundled javac builds. by Nan Zhang · 8 years ago
  47. 88c37d3 Add convenience phony targets for system modules by Colin Cross · 8 years ago
  48. 5c6ecc1 Don't panic in turbine with no classes by Colin Cross · 8 years ago
  49. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 8 years ago
  50. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 8 years ago
  51. 0d3f8c0 Use prebuilt dx for PDK builds by Colin Cross · 8 years ago
  52. 1e45cb7 Fail when a module depends on a disabled module by Colin Cross · 8 years ago
  53. e243c23 Fix finding src directory for aidl by Colin Cross · 8 years ago
  54. 15e86d9 Support multiple outputs in genrules with depfile: true by Colin Cross · 8 years ago
  55. 535e2cf Support installable prebuilt jars by Colin Cross · 8 years ago
  56. 2ebc476 Use prebuilts/sdk/*current until Soong can generate stubs by Colin Cross · 8 years ago
  57. 461bd1a Add sdk_version property to imported jars by Colin Cross · 8 years ago
  58. ed19fc3 Support Turbine in Soong. by Nan Zhang · 8 years ago
  59. 9e07394 Merge "Add D8 support" by Alan Leung · 8 years ago
  60. 1d476fc Add D8 support by Alan Leung · 8 years ago
  61. a22116e Add property to prevent dex preopting by Colin Cross · 8 years ago
  62. 1ee2317 Move all jar intermediates to subdirs by Colin Cross · 8 years ago
  63. a482065 Use soong_javac_wrapper in soong javac compiles by Colin Cross · 8 years ago
  64. 975f9f7 Allow jarjar_rules to be arch-specific by Colin Cross · 8 years ago
  65. 93e8595 Initial kotlin support by Colin Cross · 8 years ago
  66. 59149b6 Use jars containg sources for java generators by Colin Cross · 8 years ago
  67. e9a275b Pass output file names into java.Transform* functions by Colin Cross · 8 years ago
  68. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 8 years ago
  69. 070879e Refactor errorprone support to reduce duplication by Colin Cross · 8 years ago
  70. 6ccbc91 Let tests override environment by Colin Cross · 8 years ago
  71. 9243010 Add hostdex support by Colin Cross · 8 years ago
  72. 54190b3 Add test for java generated sources by Colin Cross · 8 years ago
  73. 52b1e4c Fix doubled generated source files by Colin Cross · 8 years ago
  74. ac1c64e Merge "Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set" by Treehugger Robot · 8 years ago
  75. a221b16 Merge "Correctly add dependencies to java_resource_dirs files" by Treehugger Robot · 8 years ago
  76. 9d7bee7 Merge "Honor resource exclusions in java_resources properties" by Treehugger Robot · 8 years ago
  77. e2ad230 Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set by Colin Cross · 8 years ago
  78. c21d118 Merge changes I5f6f3da7,Ia37b8b93,Ie79a2e78 by Treehugger Robot · 8 years ago
  79. 647aa4f Allow full protos in host modules by Colin Cross · 8 years ago
  80. af9c55b Correctly add dependencies to java_resource_dirs files by Colin Cross · 8 years ago
  81. 2372923 Honor resource exclusions in java_resources properties by Colin Cross · 8 years ago
  82. 7db5d63 Get dex jar resources from classpath jar by Colin Cross · 8 years ago
  83. c157a8d Allow libraries with no sources to be installed by Colin Cross · 8 years ago
  84. 965714f Fix bootclasspath for host variants of java_library modules by Colin Cross · 8 years ago
  85. 6af17aa Add support for .proto files in java modules by Colin Cross · 8 years ago
  86. 47ff252 Relax SDK checks for unbundled builds by Colin Cross · 8 years ago
  87. d5934c8 Fix arch specific properties for java modules by Colin Cross · 8 years ago
  88. a60ead8 Make java_library_static uninstallable by default by Colin Cross · 8 years ago
  89. 0532fb0 Fix excluding resource directories by Colin Cross · 8 years ago
  90. fa5eb23 Add no_framework_libs property by Colin Cross · 8 years ago
  91. 8b9d37b Allow modules with empty sdk_version in unbundled builds by Colin Cross · 8 years ago
  92. 0f37af0 Add java file resources and flag to include sources by Colin Cross · 8 years ago
  93. 8649b26 Use pre-desugar classes in classpath by Colin Cross · 8 years ago
  94. 59f1bb6 Only desugar/dx installable libraries by Colin Cross · 8 years ago
  95. 40a3671 Remove jarSpec structure by Colin Cross · 8 years ago
  96. d689143 Move errorprone dependency to compiled classes jar by Colin Cross · 8 years ago
  97. 86a63ff Rename resource_dirs to java_resource_dirs by Colin Cross · 8 years ago
  98. cb2c929 Remove duplication of bootclasspath in DefaultLibraries by Colin Cross · 8 years ago
  99. a713a6f Don't generate dex jars for host modules by Colin Cross · 8 years ago
  100. fc3674a Remove android_prebuilt_sdk modules by Colin Cross · 8 years ago