1. 638149e Add dexpreopt enabled tests by Colin Cross · 6 years ago
  2. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 6 years ago
  3. 8736ce2 Enable kotlinc flags in blueprint files by Zoran Jovanovic · 6 years ago
  4. 54c1d2f Remove reference to core-oj/core-libart, etc. by Neil Fuller · 6 years ago
  5. bf210f7 Build platform with core library stubs by default by Neil Fuller · 6 years ago
  6. 1fee9f3 Include all core libs in default boot classpath by Neil Fuller · 6 years ago
  7. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 6 years ago
  8. cedd476 Allow exclude_java_resources to affect java_resource_dirs by Colin Cross · 6 years ago
  9. 9b38aef Revert "Add support for renamed kotlin stdlib." by Colin Cross · 6 years ago
  10. 6095259 Track changes to add core-simple to the boot cp by Neil Fuller · 6 years ago
  11. 331a121 Don't pass resources to r8 by Colin Cross · 6 years ago
  12. f4936b0 Fix the issue that changing merge_annotations_dir doesn't trigger build by Nan Zhang · 6 years ago
  13. 37f6d79 Add exclude_files and exclude_dirs properties to java_import by Colin Cross · 6 years ago
  14. 9ae1b92 Don't install java libraries by default by Colin Cross · 7 years ago
  15. 27eecb9 Add api_dirs property and use module name as prefix by Sundong Ahn · 7 years ago
  16. 1be9691 Export SDK library names by Jiyong Park · 7 years ago
  17. 86a60ae Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  18. 7cdc22e Revert "Add core-lambda-stubs to classpath" by Colin Cross · 7 years ago
  19. d9d7be0 Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  20. 1e44068 droiddoc accepts aidl files as inputs by Jiyong Park · 7 years ago
  21. 58c518b java_sdk_library does the apicheck by default by Jiyong Park · 7 years ago
  22. 61819ce Apicheck Support in Soong by Nan Zhang · 7 years ago
  23. 5a8d1be Add prebuilt_etc_xml by Jiyong Park · 7 years ago
  24. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  25. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  26. f66efeb Migrate soong to use new sdk prebuilts. by Anton Hansson · 7 years ago
  27. a97c5d3 Add support for android_library modules by Colin Cross · 7 years ago
  28. 674dc7f Expose ProductVariables from TestConfig by Dan Willemsen · 7 years ago
  29. 0ead1d7 Allow wildcards in java_resource_dirs by Colin Cross · 7 years ago
  30. f19b9bb Use built SDK stubs by Colin Cross · 7 years ago
  31. 2d49294 Link type check for Android.bp defined Java modules by Jiyong Park · 7 years ago
  32. 66c0c40 Add support for renamed kotlin stdlib. by Przemyslaw Szczepaniak · 7 years ago
  33. 4203971 Extract failIfErrored() to android/testing.go by Logan Chien · 7 years ago
  34. cc09097 Add droiddoc_template by Dan Willemsen · 7 years ago
  35. 3bb1420 Change name of droiddoc target output to *-stubs.srcjar by Nan Zhang · 7 years ago
  36. 581fd21 Droiddoc Support in Soong by Nan Zhang · 7 years ago
  37. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  38. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  39. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  40. 750e557 Support sdk_version: "core_current" by Jiyong Park · 7 years ago
  41. 1a5d7b1 Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS by Jiyong Park · 7 years ago
  42. 66dbc0b Add R8 support by Colin Cross · 7 years ago
  43. 7fdd2b7 Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8. by Colin Cross · 7 years ago
  44. 9bc4343 Add missing dependencies on classpath jars for kotlinc by Colin Cross · 7 years ago
  45. 6b4a32d Split java_binary modules into common and binary variants by Colin Cross · 7 years ago
  46. 5425090 Add java_genrules to use jars as inputs and outputs by Colin Cross · 7 years ago
  47. 527012a Split up testJavaWithEnvFs by Colin Cross · 7 years ago
  48. 0926fae Add system_$(VER) by Sundong Ahn · 7 years ago
  49. 5ab4e6d Allow building framework.jar and framework-res.apk by Colin Cross · 7 years ago
  50. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 7 years ago
  51. 824bee3 Move java test resources in mock filesystem to a different directory by Colin Cross · 7 years ago
  52. d3e141d Pass results of Finder into Blueprint by Jeff Gaston · 7 years ago
  53. 61eaedb Support Javac sharding in Soong. by Nan Zhang · 7 years ago
  54. 715d711 Fix kotlin -classpath argument by Colin Cross · 7 years ago
  55. 15e86d9 Support multiple outputs in genrules with depfile: true by Colin Cross · 7 years ago
  56. 2ebc476 Use prebuilts/sdk/*current until Soong can generate stubs by Colin Cross · 7 years ago
  57. ed19fc3 Support Turbine in Soong. by Nan Zhang · 7 years ago
  58. 1ee2317 Move all jar intermediates to subdirs by Colin Cross · 7 years ago
  59. 93e8595 Initial kotlin support by Colin Cross · 7 years ago
  60. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 7 years ago
  61. 6ccbc91 Let tests override environment by Colin Cross · 7 years ago
  62. 54190b3 Add test for java generated sources by Colin Cross · 7 years ago
  63. af9c55b Correctly add dependencies to java_resource_dirs files by Colin Cross · 7 years ago
  64. 965714f Fix bootclasspath for host variants of java_library modules by Colin Cross · 7 years ago
  65. d5934c8 Fix arch specific properties for java modules by Colin Cross · 7 years ago
  66. a60ead8 Make java_library_static uninstallable by default by Colin Cross · 7 years ago
  67. 0532fb0 Fix excluding resource directories by Colin Cross · 7 years ago
  68. 0f37af0 Add java file resources and flag to include sources by Colin Cross · 7 years ago
  69. 8649b26 Use pre-desugar classes in classpath by Colin Cross · 7 years ago
  70. fc3674a Remove android_prebuilt_sdk modules by Colin Cross · 7 years ago
  71. 2acdae8 Fix java sdk tests by Colin Cross · 7 years ago
  72. 4c428df Convert java tests to NewTestArchContext by Colin Cross · 7 years ago
  73. 6ade34f Initial device java support by Colin Cross · 7 years ago
  74. 635acc9 Rearrange manifest file handling in merge_zips and soong_zip by Colin Cross · 7 years ago
  75. 0a6e007 Make javac rules output a jar with soong_zip by Colin Cross · 7 years ago
  76. 76b5f0c Rename no_standard_libraries to no_standard_libs by Colin Cross · 7 years ago
  77. 227d436 Add core-oj to bootclasspath by Colin Cross · 7 years ago
  78. 74d73e2 Rename java_prebuilt_library to java_import by Colin Cross · 7 years ago
  79. 5ea9bcc Fix java prebuilts by Colin Cross · 7 years ago
  80. f506d87 Rename names in java package to not have java prefix by Colin Cross · 7 years ago
  81. 89536d4 Add support for java_defaults modules by Colin Cross · 7 years ago
  82. e8dc34a Rename java module and property names for consistency by Colin Cross · 7 years ago
  83. 72bb363 Add basic tests for java modules by Colin Cross · 7 years ago