1. 52d398a Add sdk_version:"none" to replace no_standard_libs:true by Paul Duffin · 6 years ago
  2. baccf7e Allow java_test.go tests to use any Android.bp file by Paul Duffin · 6 years ago
  3. 710756a android_app stl property bug fix by Jaewoong Jung · 6 years ago
  4. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  5. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
  6. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  7. b639a6a Fix override_android_app dependency issues. by Jaewoong Jung · 6 years ago
  8. 42e862c Merge "Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9." by Pete Gillin · 6 years ago
  9. 0c2143e Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. by Pete Gillin · 6 years ago
  10. 53ad63c Merge "Implement DPI variants in android_app_import." by Jaewoong Jung · 6 years ago
  11. a5e5abc Implement DPI variants in android_app_import. by Jaewoong Jung · 6 years ago
  12. 0c4ce21 Track sources for srcjars across modules by Colin Cross · 6 years ago
  13. ccbb393 Add android_app_import. by Jaewoong Jung · 6 years ago
  14. 8bf9bd9 Merge "Build framework.aidl in Soong" by Colin Cross · 6 years ago
  15. 3047fa2 Build framework.aidl in Soong by Colin Cross · 6 years ago
  16. 2057f82 Fix handling optimize.enabled from java_defaults by Sasha Smundak · 6 years ago
  17. 79c7c26 Add support for prebuilt java_sdk_library modules by Colin Cross · 6 years ago
  18. f8b860a Use LoadHook to create modules in java_sdk_library by Colin Cross · 6 years ago
  19. 412160e Stop using build/target -> build/make/target symlink by Dan Willemsen · 6 years ago
  20. ff0daf4 Fix sdk_version: "system_current" when Platform_sdk_final=true by Colin Cross · 6 years ago
  21. 47fa9d3 Always package JNI libs into android_test modules by Colin Cross · 6 years ago
  22. 525443a Add override_android_app module type. by Jaewoong Jung · 6 years ago
  23. 42be761 Add dex_import module type by Colin Cross · 6 years ago
  24. 3d7c982 Add modules for converting java modules between host and device by Colin Cross · 6 years ago
  25. c28bb0b Move some java test setup later by Colin Cross · 6 years ago
  26. acb6db3 Revert "Add override_module." by Jaewoong Jung · 6 years ago
  27. aa65e17 Add override_module. by Jaewoong Jung · 6 years ago
  28. e4759b9 Add java/testing.go for sysprop_test.go by Colin Cross · 6 years ago
  29. c0907f1 Create sysprop_library soong module by Inseob Kim · 6 years ago
  30. a74ca04 Replace *[]string with []string in product variables by Colin Cross · 6 years ago
  31. 2ad817c Enable certificate overrides with product vars. by Jaewoong Jung · 6 years ago
  32. be9cdb8 Replace annotation_processors with plugins by Colin Cross · 6 years ago
  33. afbb173 Pass annotation processors to kotlinc by Colin Cross · 6 years ago
  34. 21fc9bb Move kotlin to it's own file by Colin Cross · 6 years ago
  35. b9a1151 Enable arch variant properties in prebuilt_etc. by Jaewoong Jung · 6 years ago
  36. 054b19a Support core library by Sundong Ahn · 6 years ago
  37. 98fd574 Use latest SDK version for current in PDK builds by Colin Cross · 6 years ago
  38. fb6d781 Split out sdk.go from java.go by Colin Cross · 6 years ago
  39. 638149e Add dexpreopt enabled tests by Colin Cross · 6 years ago
  40. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 6 years ago
  41. 8736ce2 Enable kotlinc flags in blueprint files by Zoran Jovanovic · 6 years ago
  42. 54c1d2f Remove reference to core-oj/core-libart, etc. by Neil Fuller · 6 years ago
  43. bf210f7 Build platform with core library stubs by default by Neil Fuller · 6 years ago
  44. 1fee9f3 Include all core libs in default boot classpath by Neil Fuller · 6 years ago
  45. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 6 years ago
  46. cedd476 Allow exclude_java_resources to affect java_resource_dirs by Colin Cross · 6 years ago
  47. 9b38aef Revert "Add support for renamed kotlin stdlib." by Colin Cross · 6 years ago
  48. 6095259 Track changes to add core-simple to the boot cp by Neil Fuller · 6 years ago
  49. 331a121 Don't pass resources to r8 by Colin Cross · 6 years ago
  50. f4936b0 Fix the issue that changing merge_annotations_dir doesn't trigger build by Nan Zhang · 6 years ago
  51. 37f6d79 Add exclude_files and exclude_dirs properties to java_import by Colin Cross · 7 years ago
  52. 9ae1b92 Don't install java libraries by default by Colin Cross · 7 years ago
  53. 27eecb9 Add api_dirs property and use module name as prefix by Sundong Ahn · 7 years ago
  54. 1be9691 Export SDK library names by Jiyong Park · 7 years ago
  55. 86a60ae Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  56. 7cdc22e Revert "Add core-lambda-stubs to classpath" by Colin Cross · 7 years ago
  57. d9d7be0 Add core-lambda-stubs to classpath by Colin Cross · 7 years ago
  58. 1e44068 droiddoc accepts aidl files as inputs by Jiyong Park · 7 years ago
  59. 58c518b java_sdk_library does the apicheck by default by Jiyong Park · 7 years ago
  60. 61819ce Apicheck Support in Soong by Nan Zhang · 7 years ago
  61. 5a8d1be Add prebuilt_etc_xml by Jiyong Park · 7 years ago
  62. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  63. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  64. f66efeb Migrate soong to use new sdk prebuilts. by Anton Hansson · 7 years ago
  65. a97c5d3 Add support for android_library modules by Colin Cross · 7 years ago
  66. 674dc7f Expose ProductVariables from TestConfig by Dan Willemsen · 7 years ago
  67. 0ead1d7 Allow wildcards in java_resource_dirs by Colin Cross · 7 years ago
  68. f19b9bb Use built SDK stubs by Colin Cross · 7 years ago
  69. 2d49294 Link type check for Android.bp defined Java modules by Jiyong Park · 7 years ago
  70. 66c0c40 Add support for renamed kotlin stdlib. by Przemyslaw Szczepaniak · 7 years ago
  71. 4203971 Extract failIfErrored() to android/testing.go by Logan Chien · 7 years ago
  72. cc09097 Add droiddoc_template by Dan Willemsen · 7 years ago
  73. 3bb1420 Change name of droiddoc target output to *-stubs.srcjar by Nan Zhang · 7 years ago
  74. 581fd21 Droiddoc Support in Soong by Nan Zhang · 7 years ago
  75. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  76. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  77. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  78. 750e557 Support sdk_version: "core_current" by Jiyong Park · 7 years ago
  79. 1a5d7b1 Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS by Jiyong Park · 7 years ago
  80. 66dbc0b Add R8 support by Colin Cross · 7 years ago
  81. 7fdd2b7 Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8. by Colin Cross · 7 years ago
  82. 9bc4343 Add missing dependencies on classpath jars for kotlinc by Colin Cross · 7 years ago
  83. 6b4a32d Split java_binary modules into common and binary variants by Colin Cross · 7 years ago
  84. 5425090 Add java_genrules to use jars as inputs and outputs by Colin Cross · 7 years ago
  85. 527012a Split up testJavaWithEnvFs by Colin Cross · 7 years ago
  86. 0926fae Add system_$(VER) by Sundong Ahn · 7 years ago
  87. 5ab4e6d Allow building framework.jar and framework-res.apk by Colin Cross · 7 years ago
  88. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 7 years ago
  89. 824bee3 Move java test resources in mock filesystem to a different directory by Colin Cross · 7 years ago
  90. d3e141d Pass results of Finder into Blueprint by Jeff Gaston · 7 years ago
  91. 61eaedb Support Javac sharding in Soong. by Nan Zhang · 7 years ago
  92. 715d711 Fix kotlin -classpath argument by Colin Cross · 7 years ago
  93. 15e86d9 Support multiple outputs in genrules with depfile: true by Colin Cross · 7 years ago
  94. 2ebc476 Use prebuilts/sdk/*current until Soong can generate stubs by Colin Cross · 7 years ago
  95. ed19fc3 Support Turbine in Soong. by Nan Zhang · 7 years ago
  96. 1ee2317 Move all jar intermediates to subdirs by Colin Cross · 7 years ago
  97. 93e8595 Initial kotlin support by Colin Cross · 7 years ago
  98. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 7 years ago
  99. 6ccbc91 Let tests override environment by Colin Cross · 7 years ago
  100. 54190b3 Add test for java generated sources by Colin Cross · 7 years ago