1. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  2. 3d7c982 Add modules for converting java modules between host and device by Colin Cross · 6 years ago
  3. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  4. 247e0cf Don't add static libs resources to implemenation jars by Colin Cross · 6 years ago
  5. 7f004a7 Add java_* 'services:' field by Alex Light · 6 years ago
  6. 4f41bc2 [SOONG] Not auto-generate test config if test_suite is cts by yangbill · 6 years ago
  7. 2fbbfb8 Remove reference to legacy-test and core-junit from comments by Paul Duffin · 6 years ago
  8. 1b16b0e Add module type docs to the java package by Colin Cross · 6 years ago
  9. fa6e9ec Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system."" by Nicolas Geoffray · 6 years ago
  10. 897d2ed Make java_sdk_library implement Dependency by Colin Cross · 6 years ago
  11. 083a2aa Make privileged java_library modules use uncompressed dex by Colin Cross · 6 years ago
  12. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 6 years ago
  13. 36b130f Remove '-b' from AIDL by Steven Moreland · 6 years ago
  14. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  15. 5921f75 Make boot classpath jars in apexes uncompressed. by Nicolas Geoffray · 6 years ago
  16. 7788c12 Remove annotation_processors property by Colin Cross · 6 years ago
  17. f343872 Align jar file after calling merge-zips when dex is uncompressed. by Nicolas Geoffray · 6 years ago
  18. 3a3e94c Fix kotlin annotation processing after java_plugin by Colin Cross · 6 years ago
  19. be9cdb8 Replace annotation_processors with plugins by Colin Cross · 6 years ago
  20. c4efd9c jarjar_rules: accept file-group by Steven Moreland · 6 years ago
  21. 65fd8ba Always do zipalign with uncompressDex. by Nicolas Geoffray · 6 years ago
  22. afbb173 Pass annotation processors to kotlinc by Colin Cross · 6 years ago
  23. 21fc9bb Move kotlin to it's own file by Colin Cross · 6 years ago
  24. 4bdea39 Don't install java libraries that are already in an apex. by Nicolas Geoffray · 6 years ago
  25. cd964b3 Maintain uncompressed dex through hiddenapi encode by Colin Cross · 6 years ago
  26. 9fc36a6 Restore UNSAFE_DISABLE_HIDDENAPI_FLAGS functionality. by David Brazdil · 6 years ago
  27. 8faf8fc Move hiddenapi to Soong by Colin Cross · 6 years ago
  28. e36efcf Relax restriction on sharded annotation processors by Ashley Rose · 6 years ago
  29. 054b19a Support core library by Sundong Ahn · 7 years ago
  30. e8b00d6 Preopt: Do not strip non-image boot class path jars. by Vladimir Marko · 7 years ago
  31. 98fd574 Use latest SDK version for current in PDK builds by Colin Cross · 6 years ago
  32. fb6d781 Split out sdk.go from java.go by Colin Cross · 6 years ago
  33. 2fc72f6 Remove duplicated shouldUncompressDex logic by Colin Cross · 7 years ago
  34. dc2da91 Don't dexpreopt when compile_dex but not installable by Colin Cross · 6 years ago
  35. e302687 Don't dexpreopt or strip java_test modules by Colin Cross · 6 years ago
  36. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 7 years ago
  37. 36ff7dc In java.go, add implement check for both Dependency and IDE relevant interfaces by albaltai · 6 years ago
  38. 9e4c07a In java/java.go, enhance the checking logic for Dependency interface implementation by shinwang · 7 years ago
  39. 1f367bf Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 7 years ago
  40. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  41. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 7 years ago
  42. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  43. 8736ce2 Enable kotlinc flags in blueprint files by Zoran Jovanovic · 7 years ago
  44. 8fd6192 APEX can be flattened by Jiyong Park · 7 years ago
  45. 419290a Support setting target_sdk_version separately from sdk_version by Dan Willemsen · 7 years ago
  46. 401eeba Remove sdk_version: "core_platform_current" by Neil Fuller · 7 years ago
  47. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 7 years ago
  48. 46f78fb Don't check the link type from stubs libs. by Jiyong Park · 7 years ago
  49. 4b964c0 Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR by Colin Cross · 7 years ago
  50. 094054a Support main_class property in java_binary modules by Colin Cross · 7 years ago
  51. bb640e0 aidegen: Fix bug of generating module dependency information by patricktu · 7 years ago
  52. bd01e2a Add support for android_app_certificate modules by Colin Cross · 7 years ago
  53. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 7 years ago
  54. 48de9a4 Make more java modules defaultable by Colin Cross · 7 years ago
  55. 4584a8a sdk_version <= 28 implies Java 1.8 by Jiyong Park · 7 years ago
  56. 05518bc soong_zip: Add tests by Colin Cross · 7 years ago
  57. 3333889 TradeFed: Add "test_config_template" flag in Android.bp by Jack He · 7 years ago
  58. dda713d Allow patch_module attribute in target: { android: { ... } } block. by Tobias Thierer · 7 years ago
  59. 5d45c6f Collect modules' info to create IDE project file. by Brandon Lee · 7 years ago
  60. cedd476 Allow exclude_java_resources to affect java_resource_dirs by Colin Cross · 7 years ago
  61. 3c979c3 Add a new sdk_version "core_platform_current" by Neil Fuller · 7 years ago
  62. 06dd04f Enable Java 9 language support through java_version: "1.9" alone. by Tobias Thierer · 7 years ago
  63. ebe29ce Adapt special case framework support. by Mathew Inwood · 7 years ago
  64. 42d48b7 Enforce dependencies have right architecture by Colin Cross · 7 years ago
  65. 4c819fb Add jetifier support in Soong. by Nan Zhang · 7 years ago
  66. 9b38aef Revert "Add support for renamed kotlin stdlib." by Colin Cross · 7 years ago
  67. 55f63ea Put kotlin classes in header jar by Colin Cross · 7 years ago
  68. 863f05b Removed Metalava related checks by Nan Zhang · 7 years ago
  69. 331a121 Don't pass resources to r8 by Colin Cross · 7 years ago
  70. 8144008 Support patch_module in java modules by Colin Cross · 7 years ago
  71. 3063b78 Make :module provide the output file for java modules by Colin Cross · 7 years ago
  72. b628ea5 Don't link java tests against junit by default by Colin Cross · 7 years ago
  73. d96ca35 Support data properties in java_test and android_test by Colin Cross · 7 years ago
  74. 303e21f Move autogenerated test config into Soong by Colin Cross · 7 years ago
  75. 4973ecf Enable prebuilt jar installation in framework by Nan Zhang · 7 years ago
  76. e146e39 Support 'test_config' into soong modules by Julien Desprez · 7 years ago
  77. 667f688 Build Java aidl w/ '-b'. by Steven Moreland · 7 years ago
  78. ec93cd9 Add private-stub-annotations.jar as core-java lib by Nan Zhang · 7 years ago
  79. 59339a2 Fix `go vet` issues by Dan Willemsen · 7 years ago
  80. 241cd37 Change classpath for droiddoc by Sundong Ahn · 7 years ago
  81. 0a4cfbc Add a Generate_get_transaction_name flag. by Olivier Gaillard · 7 years ago
  82. 29788aa Fix .kotlin_builtins glob by Colin Cross · 7 years ago
  83. 4c03f68 Make merge_zips -stripFile use blueprint style globs by Colin Cross · 7 years ago
  84. 37f6d79 Add exclude_files and exclude_dirs properties to java_import by Colin Cross · 7 years ago
  85. 9ae1b92 Don't install java libraries by default by Colin Cross · 7 years ago
  86. 83bb316 Add support for min_sdk_version by Colin Cross · 7 years ago
  87. 17ef563 Add option to compile dex for a Java library by David Brazdil · 7 years ago
  88. 878c662 Use correct variant for annotation processors. by Mathew Inwood · 7 years ago
  89. 6654810 Run ErrorProne in OpenJDK9 by Colin Cross · 7 years ago
  90. 6a77c98 Use -processorpath for annotation processors by Colin Cross · 7 years ago
  91. 2f10997 Revert "Use -processorpath for annotation processors" by Colin Cross · 7 years ago
  92. 6dd0bb3 Use -processorpath for annotation processors by Colin Cross · 7 years ago
  93. 1be9691 Export SDK library names by Jiyong Park · 7 years ago
  94. 357466b Support Java Lang level 9 for droiddoc in Soong. by Nan Zhang · 7 years ago
  95. 16c0a31 Changed droiddoc.go to compile Metalava based android.jar by Nan Zhang · 7 years ago
  96. 49da275 Add kotlin stdlib to javac classpath by Colin Cross · 7 years ago
  97. 86a60ae Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  98. 7cdc22e Revert "Add core-lambda-stubs to classpath" by Colin Cross · 7 years ago
  99. d9d7be0 Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  100. ae5caf5 Add support for android_test modules by Colin Cross · 7 years ago