1. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 6 years ago
  2. 9d8d609 Pass SdkMember to AddPrebuiltModule instead of the name by Paul Duffin · 6 years ago
  3. 667039f Merge "Cleanup java.DefaultsFactory()" by Treehugger Robot · 6 years ago
  4. 8cda6d9 Merge "Support header and implementation jars in sdk" by Treehugger Robot · 6 years ago
  5. f3c24c1 Merge "Link type checking for java_library" by Treehugger Robot · 6 years ago
  6. 4735766 Cleanup java.DefaultsFactory() by Paul Duffin · 6 years ago
  7. a0dbf43 Support header and implementation jars in sdk by Paul Duffin · 6 years ago
  8. e403e9e Link type checking for java_library by Jeongik Cha · 6 years ago
  9. 1387957 Parameterize the sdk member processing by Paul Duffin · 6 years ago
  10. e63106a Merge "Add model to represent generated snapshot .bp file" by Paul Duffin · 6 years ago
  11. f6739a6 Merge "Link type will be check in android_library also" by Treehugger Robot · 6 years ago
  12. b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 6 years ago
  13. 4a69242 Merge "Add exported_plugins to java.Library." by Treehugger Robot · 6 years ago
  14. 9cf4669 Add exported_plugins to java.Library. by Artur Satayev · 6 years ago
  15. 50e7900 Dedup code for generating java_import in snapshot by Paul Duffin · 6 years ago
  16. 0e0cf1d Refactor sdk update mechanism by Paul Duffin · 6 years ago
  17. 18020ea make ApexProperties defaultable by Jooyung Han · 6 years ago
  18. 80df439 Merge "Enforce hidden apis usage in product(soong)" by Treehugger Robot · 6 years ago
  19. c70d3c3 Merge "APEX now correctly tracks jni_lib dependencies" by Treehugger Robot · 6 years ago
  20. 8be103b APEX now correctly tracks jni_lib dependencies by Jiyong Park · 6 years ago
  21. c228a70 Silence dep-ann warnings by Colin Cross · 6 years ago
  22. 2cc570d Enforce hidden apis usage in product(soong) by Jeongik Cha · 6 years ago
  23. 75b83b0 Link type will be check in android_library also by Jeongik Cha · 6 years ago
  24. 0b23875 stem property of java modules are propagated to Make by Jiyong Park · 6 years ago
  25. 6cef481 Use java language 1.9 for sdk_version: "current" by Colin Cross · 6 years ago
  26. 6d8d8c6 Remove special case for sdk_version: "none" by Colin Cross · 6 years ago
  27. 1e74385 Make javaVersion an enum by Colin Cross · 6 years ago
  28. ef99a4b Merge "Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9." by Pete Gillin · 6 years ago
  29. a1c9e9d Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. by Pete Gillin · 6 years ago
  30. 4c4c024 add stem property to java modules by Jiyong Park · 6 years ago
  31. 8141c87 Merge "Add tradefed_java_library_host" by Treehugger Robot · 6 years ago
  32. f0f2e2c Add tradefed_java_library_host by Colin Cross · 6 years ago
  33. c5bba64 Merge "Prohibit dependencies outside of uses_sdks" by Treehugger Robot · 6 years ago
  34. ad4a597 Merge "Add method to determine variations from a Target" by Colin Cross · 6 years ago
  35. a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 6 years ago
  36. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 6 years ago
  37. d90d208 Merge "AIDEGen: Remove the duplicate *.srcjar from srcs" by Treehugger Robot · 6 years ago
  38. 242faad AIDEGen: Remove the duplicate *.srcjar from srcs by patricktu · 6 years ago
  39. e25c644 Add system_modules to droidstubs by Paul Duffin · 6 years ago
  40. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  41. 0a2f719 Move sharding functions for reuse by Colin Cross · 6 years ago
  42. 6ffaaa8 Allow test to specify whether or not to auto-generate test config by Dan Shi · 6 years ago
  43. ec3e81b Merge "Move sysprop gen code to sysprop module" by Treehugger Robot · 6 years ago
  44. 2b6f04c Merge "Add custom SystemModules to bootclasspath to reduce duplication" by Paul Duffin · 6 years ago
  45. 988f53c Move sysprop gen code to sysprop module by Inseob Kim · 6 years ago
  46. b1102ba Merge "Introduce module type 'sdk'" by Treehugger Robot · 6 years ago
  47. d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago
  48. 68289b0 Add custom SystemModules to bootclasspath to reduce duplication by Paul Duffin · 6 years ago
  49. e323f3c Fix robolectric tests with sdk_version and prebuilt dependencies by Colin Cross · 6 years ago
  50. 3b706fd Shard kythe invocations when javac is sharded by Colin Cross · 6 years ago
  51. 7153b76 Merge changes from topic "drop_circular_dep" by Treehugger Robot · 6 years ago
  52. 4e8b48a Normalize and validate the java_version property. by Pete Gillin · 6 years ago
  53. b5ddfa9 Remove srcs_lib and srcs_lib_whitelist_pkgs by Jiyong Park · 6 years ago
  54. 2892065 Remove the automatic dependency to framework-res.apk for R/Manifest by Jiyong Park · 6 years ago
  55. 4288274 Implement sysprop_library API stability check by Inseob Kim · 6 years ago
  56. 356dac4 Elaborate comment on paltform_apis by Jeongik Cha · 6 years ago
  57. 2d975b1 Add an output file tag for proguard dictionaries by Colin Cross · 6 years ago
  58. 8a64f8c Merge "Add a rule about platform_apis" by Jeongik Cha · 6 years ago
  59. 247de68 Merge "Support source code cross-referencing for C++ and Java" by Treehugger Robot · 6 years ago
  60. 538c0d0 Add a rule about platform_apis by Jeongik Cha · 6 years ago
  61. 2a4549e Support source code cross-referencing for C++ and Java by Sasha Smundak · 7 years ago
  62. 7f7766d Revert "Revert "Split Java libraries per apex"" by Jiyong Park · 6 years ago
  63. f0f7ca8 Revert "Split Java libraries per apex" by Jiyong Park · 6 years ago
  64. aa53324 Split Java libraries per apex by Jiyong Park · 6 years ago
  65. b77043e Add a systemModules utility type by Colin Cross · 6 years ago
  66. 223e6a6 Merge changes from topic "buildnumberfromfile" by Colin Cross · 6 years ago
  67. 63f4b57 Merge changes Ia106d48e,Ib6c0e778 by Colin Cross · 6 years ago
  68. 5cfc70d Remove use of deprecated ExtractSourcesDeps by Colin Cross · 6 years ago
  69. 09cb629 Revert "Don't build hiddenapi flags or encode dex for unbundled builds" by Jiyong Park · 6 years ago
  70. ee94d6a Add RuleBuilder helper functions for built and prebuilt tools by Colin Cross · 6 years ago
  71. e65d84c Merge "Enforce hidden api usage in vendor (soong)" by Treehugger Robot · 6 years ago
  72. 6bd33c1 Enforce hidden api usage in vendor (soong) by Jeongik Cha · 6 years ago
  73. 5c2f963 Remove the no_framework_libs property by Paul Duffin · 6 years ago
  74. ff60a73 Depend on all the files from system modules by Dan Willemsen · 6 years ago
  75. 50c217c Add sdk_version:"core_platform" to replace no_framework_libs:true by Paul Duffin · 6 years ago
  76. a3d0986 Remove the no_standard_libs property by Paul Duffin · 6 years ago
  77. 52d398a Add sdk_version:"none" to replace no_standard_libs:true by Paul Duffin · 6 years ago
  78. 250e619 Make sdkDep/decodeSdkDep the source of truth about the sdk by Paul Duffin · 6 years ago
  79. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  80. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  81. 96eac76 Merge "Touch up manifest if there's no source code." by Jaewoong Jung · 6 years ago
  82. 375ca3c Add .jar tag to java modules by Colin Cross · 6 years ago
  83. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  84. c27ab66 Touch up manifest if there's no source code. by Jaewoong Jung · 6 years ago
  85. b023fe3 Merge "AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json" by Treehugger Robot · 6 years ago
  86. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  87. 7d06395 Merge "Revert "Port uses-shared library verification and dexpreopting to Soong"" by Colin Cross · 6 years ago
  88. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
  89. 2f4c55e Merge changes from topic "verify_uses_libraries" by Treehugger Robot · 6 years ago
  90. 9c74a1e Don't build hiddenapi flags or encode dex for unbundled builds by Colin Cross · 6 years ago
  91. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  92. 18c82ff AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json by patricktu · 6 years ago
  93. 6be6c2e Merge "Add kotlin-stdlib-jdk8 when using Kotlin" by Colin Cross · 6 years ago
  94. 3f3a70c Merge "Avoid targeting Java 9 for targets with SDK version up to 29." by Pete Gillin · 6 years ago
  95. 9c64014 Avoid targeting Java 9 for targets with SDK version up to 29. by Pete Gillin · 6 years ago
  96. a24af3b Turn off dex actions for sourceless modules. by Jaewoong Jung · 6 years ago
  97. 0b03d97 Add kotlin-stdlib-jdk8 when using Kotlin by Colin Cross · 6 years ago
  98. f3e802b Merge "Don't hide *.kotlin_module in turbine dependencies" by Treehugger Robot · 6 years ago
  99. cbff326 Make core-generated-annotation-stubs link as core stubs. by Pete Gillin · 6 years ago
  100. 6c6e6cd Don't hide *.kotlin_module in turbine dependencies by Colin Cross · 6 years ago