1. 9d98ac1 Merge "Fix string concatenation error" by Treehugger Robot · 4 years, 6 months ago
  2. afa6a77 Fix string concatenation error by Colin Cross · 4 years, 6 months ago
  3. ed62b9c Differentiate sdk snapshot include dir by os type by Paul Duffin · 4 years, 7 months ago
  4. cee7e66 Ensure that sdk/module_exports depends on source members by Paul Duffin · 4 years, 6 months ago
  5. 2c79c87 Merge changes Iefcf4fbe,I450d4769,I1ffc7e7b by Treehugger Robot · 4 years, 6 months ago
  6. 44f1d84 Stop java_sdk_library_import from depending on source modules by Paul Duffin · 4 years, 6 months ago
  7. 26ab8e8 Prepend default to allow overriding in the bp file. by Martin Stjernholm · 4 years, 6 months ago
  8. cc77601 Do not follow SDK member dependencies for APEX payloads. by Martin Stjernholm · 4 years, 6 months ago
  9. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 4 years, 7 months ago
  10. 4e77284 Include resources in sdk snapshot of java library impl by Paul Duffin · 4 years, 6 months ago
  11. 47ed352 Propagate unique_host_soname to cc_library prebuilts. by Martin Stjernholm · 4 years, 7 months ago
  12. 0c5bae5 java_sdk_library: Add system-server scope by Paul Duffin · 4 years, 7 months ago
  13. 440e0d0 Use inclusive language in build/soong by Colin Cross · 4 years, 7 months ago
  14. 1f41dbf Split the core/platform API into stable and legacy versions. by Pete Gillin · 4 years, 7 months ago
  15. 2647003 Merge "Soong package structure refactoring" by Jaewoong Jung · 4 years, 7 months ago
  16. 3dbf9fd Copy removed.txt file to the snapshot correctly by Paul Duffin · 4 years, 7 months ago
  17. 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 7 months ago
  18. a6a2245 Merge "Propagate flags necessary for a prebuilt of the Bionic linker." by Martin Stjernholm · 4 years, 7 months ago
  19. 7130fab Propagate flags necessary for a prebuilt of the Bionic linker. by Martin Stjernholm · 4 years, 7 months ago
  20. d7eb1c2 java_sdk_library: Propagate shared_library to snapshot by Paul Duffin · 4 years, 7 months ago
  21. 6b3ca91 Merge "Syntax check generated Android.bp snapshot" by Paul Duffin · 4 years, 7 months ago
  22. e3fa145 Merge "Fix special case when appending a visibility rule to //visibility:private." by Treehugger Robot · 4 years, 8 months ago
  23. 08f72a9 Merge changes I404f6e5c,I0d2d86f0 by Martin Stjernholm · 4 years, 8 months ago
  24. 64aeaad Fix special case when appending a visibility rule to //visibility:private. by Martin Stjernholm · 4 years, 8 months ago
  25. 0641d18 Add explicit visibility on the self package in EffectiveVisibilityRules. by Martin Stjernholm · 4 years, 8 months ago
  26. 01407c5 Don't print :__pkg__ for package rules, since that's the default. by Martin Stjernholm · 4 years, 8 months ago
  27. 6b836ba Correct module_lib scope name by Paul Duffin · 4 years, 8 months ago
  28. f7a6433 java_sdk_library: Propagate naming_scheme to snapshot by Paul Duffin · 4 years, 8 months ago
  29. 87a05a3 java_sdk_library: Add sdk_version for API scopes by Paul Duffin · 4 years, 8 months ago
  30. 0ff08bd java_sdk_library: Allow separate api/stubs source modules by Paul Duffin · 4 years, 8 months ago
  31. 780c5f4 java_sdk_library: Preserve sdk_version: "none" in snapshot by Paul Duffin · 4 years, 8 months ago
  32. f88d8e0 Syntax check generated Android.bp snapshot by Paul Duffin · 4 years, 8 months ago
  33. 1110827 Defer \n quoting generatedContents until creating the ninja rule by Paul Duffin · 4 years, 8 months ago
  34. 9f10bbf Merge "java_sdk_library: Specify visibility of stubs modules" by Paul Duffin · 4 years, 8 months ago
  35. 7a1f7f3 Retry: Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 4 years, 8 months ago
  36. c459f89 Retry: Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
  37. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  38. a71fe15 Merge changes from topic "revert-1302576-NGVCIVIIJO" by Greg Kaiser · 4 years, 8 months ago
  39. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 4 years, 8 months ago
  40. e08e03f Revert "Adds support for 'ignored-on-host'" by Greg Kaiser · 4 years, 8 months ago
  41. ad913d5 Revert "Fix snapshot of a host/device cc_library with stubs" by Greg Kaiser · 4 years, 8 months ago
  42. 4911a89 java_sdk_library: Specify visibility of stubs modules by Paul Duffin · 4 years, 8 months ago
  43. 8f265b9 java_sdk_library: Add support for module_lib API surface by Paul Duffin · 4 years, 8 months ago
  44. 3375e35 java_sdk_library: Control API surfaces generated by Paul Duffin · 4 years, 8 months ago
  45. 2af5238 Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 4 years, 8 months ago
  46. 12f67bc Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
  47. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  48. 4b8b793 Allow extractCommonProperties to return an error by Paul Duffin · 4 years, 8 months ago
  49. 1d6c0df Correct order of parameters to AssertDeepEquals by Paul Duffin · 4 years, 8 months ago
  50. b28369a Encapsulate getter into an extractorProperty structure by Paul Duffin · 4 years, 8 months ago
  51. f34f6d8 Encapsulate properties to be optimized in a container by Paul Duffin · 4 years, 8 months ago
  52. 260bd31 Fix definition of android_stubs_current in sdk tests by Paul Duffin · 4 years, 8 months ago
  53. cc330d6 Do not propagate dynamic dependencies for stub libs. by Martin Stjernholm · 4 years, 8 months ago
  54. 1fd005d Export API files as part of the java_sdk_library by Paul Duffin · 4 years, 9 months ago
  55. 3d1248c Export stub sources as part of the java_sdk_library by Paul Duffin · 4 years, 9 months ago
  56. dd46f71 Support java_sdk_library as member of sdk by Paul Duffin · 4 years, 11 months ago
  57. 6534770 Stop requiring apex_available on java_library members of sdks by Paul Duffin · 4 years, 9 months ago
  58. 2010598 Merge "Extract DepIsInSameApex and RequiredSdks interfaces" by Paul Duffin · 4 years, 9 months ago
  59. 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 4 years, 9 months ago
  60. bdd0dff Do not propagate the stub symbol file to prebuilts. by Martin Stjernholm · 4 years, 9 months ago
  61. c5dd4f7 Propagate stubs to the SDK for libraries that have them. by Martin Stjernholm · 4 years, 9 months ago
  62. 66a0694 Don't run new test on Darwin that lacks snapshot support. by Martin Stjernholm · 4 years, 9 months ago
  63. 10566a0 Propagate empty vs unspecified system_shared_libs correctly. by Martin Stjernholm · 4 years, 9 months ago
  64. 7b5f1a6 Use reflect.Zero(type) to get value to clear field by Paul Duffin · 4 years, 9 months ago
  65. 6a7e953 Sdk snapshot set compile_multilib per OsType by Paul Duffin · 4 years, 9 months ago
  66. 495ffb9 Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 4 years, 9 months ago
  67. a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 4 years, 10 months ago
  68. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 4 years, 10 months ago
  69. 9c3760e Add abstraction for tracking compile multilib usages by Paul Duffin · 4 years, 10 months ago
  70. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 4 years, 10 months ago
  71. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 4 years, 10 months ago
  72. 00e4680 Extract the osTypeSpecificInfo code from module creation loop by Paul Duffin · 4 years, 10 months ago
  73. fc8dd23 Extract archTypeSpecificInfo code from module creation loop by Paul Duffin · 4 years, 10 months ago
  74. b44b33a Clean up the main module creation loop by Paul Duffin · 4 years, 10 months ago
  75. 843f097 Merge "Output properties before sets in snapshot module" by Paul Duffin · 4 years, 10 months ago
  76. 2c73260 Merge "Remove SdkMemberType.FinalizeModule" by Paul Duffin · 4 years, 10 months ago
  77. 07ef3cb Output properties before sets in snapshot module by Paul Duffin · 4 years, 10 months ago
  78. 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 4 years, 10 months ago
  79. 7f7bb3f Follow up a review comment that was missed by Paul Duffin · 4 years, 10 months ago
  80. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 4 years, 10 months ago
  81. b07fa51 Support extracting common values from embedded structures by Paul Duffin · 4 years, 10 months ago
  82. c097e36 Refactor common value extraction by Paul Duffin · 4 years, 10 months ago
  83. 7d74e7b Copy white listed apex available settings into snapshot by Paul Duffin · 4 years, 10 months ago
  84. 0cb37b9 Disable installation for sdk snapshot versioned prebuilts by Paul Duffin · 4 years, 10 months ago
  85. 4c8e350 Merge "Fix apex_available" by Jooyung Han · 4 years, 10 months ago
  86. 5e9013b Fix apex_available by Jooyung Han · 4 years, 10 months ago
  87. 865171e Allow sdk members to vary by os type by Paul Duffin · 4 years, 10 months ago
  88. a04c107 Add support for multiple os types by Paul Duffin · 4 years, 10 months ago
  89. 71754bf Merge "Copy sdk_version to cc library snapshots" by Paul Duffin · 4 years, 10 months ago
  90. a377311 Merge "Refactor java_library/java_test snapshot processing" by Treehugger Robot · 4 years, 10 months ago
  91. 0c394f3 Copy sdk_version to cc library snapshots by Paul Duffin · 4 years, 10 months ago
  92. b3c7637 Merge "Refactor snapshot module creation" by Paul Duffin · 4 years, 10 months ago
  93. 8c3fec4 Enable androidmk processing in sdk testing by Paul Duffin · 4 years, 10 months ago
  94. 14eb467 Refactor java_library/java_test snapshot processing by Paul Duffin · 4 years, 10 months ago
  95. 88f2fbe Refactor snapshot module creation by Paul Duffin · 4 years, 10 months ago
  96. 8f20563 Merge "Add a nice install paths for module SDKs and exports." by Nicolas Geoffray · 4 years, 10 months ago
  97. befa4b9 Copy apex_available properties to snapshot modules by Paul Duffin · 4 years, 10 months ago
  98. 1228e9c Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 4 years, 10 months ago
  99. e1ddcc9 Only check copy rules into the snapshot directory by Paul Duffin · 4 years, 10 months ago
  100. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 4 years, 10 months ago