1. 44f1d84 Stop java_sdk_library_import from depending on source modules by Paul Duffin · 4 years, 7 months ago
  2. a2058f8 Apply hiddenapi encoding to java_sdk_library .impl by Paul Duffin · 4 years, 7 months ago
  3. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 4 years, 9 months ago
  4. ea34d87 Merge "Fix build breakages when WITHOUT_CHECK_API=true" by Treehugger Robot · 4 years, 7 months ago
  5. 10269f1 Fix build breakages when WITHOUT_CHECK_API=true by Paul Duffin · 4 years, 7 months ago
  6. 3475305 Merge "java_sdk_library: Require xml permission file only if it is generated" by Yo Chiang · 4 years, 7 months ago
  7. 296cf33 Instrument the java_sdk_library implementation library by Paul Duffin · 4 years, 7 months ago
  8. a553358 Merge "Add support for running Android lint on java and android modules." by Colin Cross · 4 years, 7 months ago
  9. d7ffbb5 Merge "Consolidate adding common java properties" by Treehugger Robot · 4 years, 7 months ago
  10. 44b481b Fix check-boot-jars when a boot jar is provided by prebuilt by Paul Duffin · 4 years, 7 months ago
  11. 014489c Add support for running Android lint on java and android modules. by Colin Cross · 4 years, 8 months ago
  12. 07d7507 java_sdk_library: Require xml permission file only if it is generated by Yo Chiang · 4 years, 7 months ago
  13. ce6734e Consolidate adding common java properties by Colin Cross · 4 years, 7 months ago
  14. eedc5d5 Let APEX build against preferred java_sdk_library_import by Paul Duffin · 4 years, 7 months ago
  15. 0c5bae5 java_sdk_library: Add system-server scope by Paul Duffin · 4 years, 8 months ago
  16. 2d0c194 Correct link type for module stubs by Anton Hansson · 4 years, 8 months ago
  17. 83509b5 Build java_sdk_library stubs with language level 8 by Anton Hansson · 4 years, 8 months ago
  18. 3dbf9fd Copy removed.txt file to the snapshot correctly by Paul Duffin · 4 years, 8 months ago
  19. ad43500 Merge "java_sdk_library: Propagate shared_library to snapshot" by Treehugger Robot · 4 years, 8 months ago
  20. d7eb1c2 java_sdk_library: Propagate shared_library to snapshot by Paul Duffin · 4 years, 8 months ago
  21. 932cdfe Add default_to_stubs option to java_sdk_library by Jiyong Park · 4 years, 8 months ago
  22. 5df7930 java_sdk_library: Create separate impl library by Paul Duffin · 4 years, 8 months ago
  23. 9b87959 java_sdk_library: Expose implementation within APEX by Paul Duffin · 4 years, 8 months ago
  24. daaa332 java_sdk_library: Only expose impl jars when they are built by Paul Duffin · 4 years, 8 months ago
  25. c91f5d0 java_sdk_library: Simplify SdkLibrary.sdkJars by Paul Duffin · 4 years, 8 months ago
  26. dfa131e java_sdk_library: Control shared library use by Paul Duffin · 4 years, 8 months ago
  27. 859fe96 Improve tracking of exported sdk libraries by Paul Duffin · 4 years, 8 months ago
  28. 23970f4 java_sdk_library: Do not expose stubs implementation jar by Paul Duffin · 4 years, 8 months ago
  29. 46dc45a java_sdk_library: Access outputs using tags by Paul Duffin · 4 years, 8 months ago
  30. 0f8faff java_sdk_library: Improve consistency with ..._import by Paul Duffin · 4 years, 8 months ago
  31. 803a956 java_sdk_library: Add redirection to module-lib stubs by Paul Duffin · 4 years, 8 months ago
  32. b05d429 java_sdk_library: Extract common stubs redirect code by Paul Duffin · 4 years, 8 months ago
  33. a18abc2 java_sdk_library: Remove unnecessary qualification of fields by Paul Duffin · 4 years, 8 months ago
  34. 1dbe3ca Remove unnecessary copying of common properties by Paul Duffin · 4 years, 8 months ago
  35. 6b836ba Correct module_lib scope name by Paul Duffin · 4 years, 8 months ago
  36. f7a6433 java_sdk_library: Propagate naming_scheme to snapshot by Paul Duffin · 4 years, 8 months ago
  37. 38b5785 java_sdk_library_import: Propagate prefer to child modules by Paul Duffin · 4 years, 8 months ago
  38. 87a05a3 java_sdk_library: Add sdk_version for API scopes by Paul Duffin · 4 years, 8 months ago
  39. 6c9c5fc java_sdk_library: Add framework-modules naming scheme by Paul Duffin · 4 years, 8 months ago
  40. dd9d074 java_sdk_library: Remove some almost single use constants by Paul Duffin · 4 years, 8 months ago
  41. 1b1e806 java_sdk_library: Delegate component module to naming scheme by Paul Duffin · 4 years, 8 months ago
  42. c3091c8 java_sdk_library: Extract child module naming to common struct by Paul Duffin · 4 years, 8 months ago
  43. 0ff08bd java_sdk_library: Allow separate api/stubs source modules by Paul Duffin · 4 years, 9 months ago
  44. fced20c Merge "java_sdk_library: Preserve sdk_version: "none" in snapshot" by Treehugger Robot · 4 years, 8 months ago
  45. c032087 Merge "Enable api_lint in java_sdk_library" by Treehugger Robot · 4 years, 8 months ago
  46. 780c5f4 java_sdk_library: Preserve sdk_version: "none" in snapshot by Paul Duffin · 4 years, 8 months ago
  47. 160fe41 Enable api_lint in java_sdk_library by Paul Duffin · 4 years, 8 months ago
  48. a586fec Merge "java_sdk_library: Path extraction from deps depend on tag" by Treehugger Robot · 4 years, 8 months ago
  49. d2e4822 Merge "Expand SystemApi annotation for generating system api" by Treehugger Robot · 4 years, 8 months ago
  50. c878250 java_sdk_library: Path extraction from deps depend on tag by Paul Duffin · 4 years, 9 months ago
  51. 6e7ecbf Switch java_sdk_library_import to use SetDefaultableHook() by Paul Duffin · 4 years, 8 months ago
  52. 4911a89 java_sdk_library: Specify visibility of stubs modules by Paul Duffin · 4 years, 9 months ago
  53. 0d54364 Expand SystemApi annotation for generating system api by Paul Duffin · 4 years, 9 months ago
  54. 8f265b9 java_sdk_library: Add support for module_lib API surface by Paul Duffin · 4 years, 9 months ago
  55. 3375e35 java_sdk_library: Control API surfaces generated by Paul Duffin · 4 years, 9 months ago
  56. 3d60daa Merge "Switch java_sdk_library to use SetDefaultableHook()" by Treehugger Robot · 4 years, 8 months ago
  57. f022920 Switch java_sdk_library to use SetDefaultableHook() by Paul Duffin · 4 years, 9 months ago
  58. 97b53b8 java_sdk_library: Define relationship between api scopes by Paul Duffin · 4 years, 9 months ago
  59. 6478ac1 Disable "check last" for test api by Anton Hansson · 4 years, 9 months ago
  60. 7b78b4d java_sdk_library: Correct stubs source generation classpath by Paul Duffin · 4 years, 9 months ago
  61. 6affb1f Remove obsolete var apiFileMakeVariableSuffix by Anton Hansson · 4 years, 9 months ago
  62. 27d9ec1 Remove _API_FILE variables by Anton Hansson · 4 years, 9 months ago
  63. 1fd005d Export API files as part of the java_sdk_library by Paul Duffin · 4 years, 9 months ago
  64. 3d1248c Export stub sources as part of the java_sdk_library by Paul Duffin · 4 years, 9 months ago
  65. bbb546b Extract createJavaImportForStubs() by Paul Duffin · 4 years, 9 months ago
  66. dd46f71 Support java_sdk_library as member of sdk by Paul Duffin · 5 years ago
  67. 46a26a8 Generate struct with field for each api scope by Paul Duffin · 4 years, 9 months ago
  68. 1fb487d Parameterize scopes with additional droidstubs args by Paul Duffin · 4 years, 9 months ago
  69. 6d0886e Replace references to droiddoc with droidstubs by Paul Duffin · 4 years, 9 months ago
  70. 5fd5d24 Convert sdk_library to use androidmk Dist by Anton Hansson · 4 years, 10 months ago
  71. 5e9013b Fix apex_available by Jooyung Han · 4 years, 10 months ago
  72. e383388 Permissions XML file for java_sdk_library is mutated for APEX by Jiyong Park · 5 years ago
  73. 91b883d java_sdk_library - replace .docs suffix with .stubs.source by Paul Duffin · 5 years ago
  74. 0bdcb27 java_sdk_library_import - Allow it to replace java_sdk_library by Paul Duffin · 5 years ago
  75. ab8da5d java_sdk_library - pass patch_module through to stubs library by Paul Duffin · 5 years ago
  76. 9be2556 Merge "java_sdk_library - Allow it to be replaced by prebuilt" by Treehugger Robot · 5 years ago
  77. e74ac73 java_sdk_library - Allow it to be replaced by prebuilt by Paul Duffin · 5 years ago
  78. 5006151 java_sdk_library - Use prebuilt/prefer for unbundled app builds by Paul Duffin · 5 years ago
  79. a2db18f java_sdk_library use prebuilt jars for numeric sdk_version by Paul Duffin · 5 years ago
  80. fcfd791 Remove legacy properties from java_sdk_library_import by Paul Duffin · 5 years ago
  81. 56d4490 java_sdk_library_import - expose system and test stubs by Paul Duffin · 5 years ago
  82. 726d23c Improve java_sdk_library handling of test_current by Paul Duffin · 5 years ago
  83. d1b3a92 Parameterize java_sdk_library by api scope by Paul Duffin · 5 years ago
  84. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 5 years ago
  85. 29f5576 Remove unused java_sdk_library_import properties by Paul Duffin · 5 years ago
  86. 07c8856 Delay invalid sdk_version error for AllowMissingDependencies by Colin Cross · 5 years ago
  87. 7d20c44 Merge "Add EarlyModuleContext for LoadHookContext" by Treehugger Robot · 5 years ago
  88. 1184b64 Add EarlyModuleContext for LoadHookContext by Colin Cross · 5 years ago
  89. 367ab91 java_sdk_library: Ensure that stubs library is not installed by Paul Duffin · 5 years ago
  90. 43db9be java_sdk_library: Allow creation of impl shared library to be disabled by Paul Duffin · 5 years ago
  91. 749f98f java_sdk_library: Allow api dir to be specified by Paul Duffin · 5 years ago
  92. 7a586d3 java_sdk_library: Remove requirement for api_packages to be specified by Paul Duffin · 5 years ago
  93. 12ceb46 java_sdk_library: support system_modules properly by Paul Duffin · 5 years ago
  94. 37e0b77 java_sdk_library: Avoid generating system and test .txt files by Paul Duffin · 5 years ago
  95. c4cea76 java_sdk_library: Rename createDocs to createStubsSources by Paul Duffin · 5 years ago
  96. 03fbd78 java_sdk_library: Remove unused stubsLibraryDependencyTag by Paul Duffin · 5 years ago
  97. 235ffff java_sdk_library: construct droidstubs args as []string by Paul Duffin · 5 years ago
  98. 624058e Dedup generating xml file for java_sdk_library by Jooyung Han · 5 years ago
  99. 58f26ab Support java_sdk_library as java_libs of apex by Jooyung Han · 5 years ago
  100. 43dc1cc Dedup system modules and sdk library module type registration by Paul Duffin · 5 years ago