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