1. d7eb1c2 java_sdk_library: Propagate shared_library to snapshot by Paul Duffin · 5 years ago
  2. 6b3ca91 Merge "Syntax check generated Android.bp snapshot" by Paul Duffin · 5 years ago
  3. e3fa145 Merge "Fix special case when appending a visibility rule to //visibility:private." by Treehugger Robot · 5 years ago
  4. 08f72a9 Merge changes I404f6e5c,I0d2d86f0 by Martin Stjernholm · 5 years ago
  5. 64aeaad Fix special case when appending a visibility rule to //visibility:private. by Martin Stjernholm · 5 years ago
  6. 0641d18 Add explicit visibility on the self package in EffectiveVisibilityRules. by Martin Stjernholm · 5 years ago
  7. 01407c5 Don't print :__pkg__ for package rules, since that's the default. by Martin Stjernholm · 5 years ago
  8. 6b836ba Correct module_lib scope name by Paul Duffin · 5 years ago
  9. f7a6433 java_sdk_library: Propagate naming_scheme to snapshot by Paul Duffin · 5 years ago
  10. 87a05a3 java_sdk_library: Add sdk_version for API scopes by Paul Duffin · 5 years ago
  11. 0ff08bd java_sdk_library: Allow separate api/stubs source modules by Paul Duffin · 5 years ago
  12. 780c5f4 java_sdk_library: Preserve sdk_version: "none" in snapshot by Paul Duffin · 5 years ago
  13. f88d8e0 Syntax check generated Android.bp snapshot by Paul Duffin · 5 years ago
  14. 1110827 Defer \n quoting generatedContents until creating the ninja rule by Paul Duffin · 5 years ago
  15. 9f10bbf Merge "java_sdk_library: Specify visibility of stubs modules" by Paul Duffin · 5 years ago
  16. 7a1f7f3 Retry: Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  17. c459f89 Retry: Adds support for 'ignored-on-host' by Paul Duffin · 5 years ago
  18. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  19. a71fe15 Merge changes from topic "revert-1302576-NGVCIVIIJO" by Greg Kaiser · 5 years ago
  20. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 5 years ago
  21. e08e03f Revert "Adds support for 'ignored-on-host'" by Greg Kaiser · 5 years ago
  22. ad913d5 Revert "Fix snapshot of a host/device cc_library with stubs" by Greg Kaiser · 5 years ago
  23. 4911a89 java_sdk_library: Specify visibility of stubs modules by Paul Duffin · 5 years ago
  24. 8f265b9 java_sdk_library: Add support for module_lib API surface by Paul Duffin · 5 years ago
  25. 3375e35 java_sdk_library: Control API surfaces generated by Paul Duffin · 5 years ago
  26. 2af5238 Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  27. 12f67bc Adds support for 'ignored-on-host' by Paul Duffin · 5 years ago
  28. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  29. 4b8b793 Allow extractCommonProperties to return an error by Paul Duffin · 5 years ago
  30. 1d6c0df Correct order of parameters to AssertDeepEquals by Paul Duffin · 5 years ago
  31. b28369a Encapsulate getter into an extractorProperty structure by Paul Duffin · 5 years ago
  32. f34f6d8 Encapsulate properties to be optimized in a container by Paul Duffin · 5 years ago
  33. 260bd31 Fix definition of android_stubs_current in sdk tests by Paul Duffin · 5 years ago
  34. cc330d6 Do not propagate dynamic dependencies for stub libs. by Martin Stjernholm · 5 years ago
  35. 1fd005d Export API files as part of the java_sdk_library by Paul Duffin · 6 years ago
  36. 3d1248c Export stub sources as part of the java_sdk_library by Paul Duffin · 6 years ago
  37. dd46f71 Support java_sdk_library as member of sdk by Paul Duffin · 6 years ago
  38. 6534770 Stop requiring apex_available on java_library members of sdks by Paul Duffin · 6 years ago
  39. 2010598 Merge "Extract DepIsInSameApex and RequiredSdks interfaces" by Paul Duffin · 6 years ago
  40. 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 6 years ago
  41. bdd0dff Do not propagate the stub symbol file to prebuilts. by Martin Stjernholm · 6 years ago
  42. c5dd4f7 Propagate stubs to the SDK for libraries that have them. by Martin Stjernholm · 6 years ago
  43. 66a0694 Don't run new test on Darwin that lacks snapshot support. by Martin Stjernholm · 6 years ago
  44. 10566a0 Propagate empty vs unspecified system_shared_libs correctly. by Martin Stjernholm · 6 years ago
  45. 7b5f1a6 Use reflect.Zero(type) to get value to clear field by Paul Duffin · 6 years ago
  46. 6a7e953 Sdk snapshot set compile_multilib per OsType by Paul Duffin · 6 years ago
  47. 495ffb9 Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 6 years ago
  48. a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 6 years ago
  49. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 6 years ago
  50. 9c3760e Add abstraction for tracking compile multilib usages by Paul Duffin · 6 years ago
  51. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 6 years ago
  52. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 6 years ago
  53. 00e4680 Extract the osTypeSpecificInfo code from module creation loop by Paul Duffin · 6 years ago
  54. fc8dd23 Extract archTypeSpecificInfo code from module creation loop by Paul Duffin · 6 years ago
  55. b44b33a Clean up the main module creation loop by Paul Duffin · 6 years ago
  56. 843f097 Merge "Output properties before sets in snapshot module" by Paul Duffin · 6 years ago
  57. 2c73260 Merge "Remove SdkMemberType.FinalizeModule" by Paul Duffin · 6 years ago
  58. 07ef3cb Output properties before sets in snapshot module by Paul Duffin · 6 years ago
  59. 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 6 years ago
  60. 7f7bb3f Follow up a review comment that was missed by Paul Duffin · 6 years ago
  61. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 6 years ago
  62. b07fa51 Support extracting common values from embedded structures by Paul Duffin · 6 years ago
  63. c097e36 Refactor common value extraction by Paul Duffin · 6 years ago
  64. 7d74e7b Copy white listed apex available settings into snapshot by Paul Duffin · 6 years ago
  65. 0cb37b9 Disable installation for sdk snapshot versioned prebuilts by Paul Duffin · 6 years ago
  66. 4c8e350 Merge "Fix apex_available" by Jooyung Han · 6 years ago
  67. 5e9013b Fix apex_available by Jooyung Han · 6 years ago
  68. 865171e Allow sdk members to vary by os type by Paul Duffin · 6 years ago
  69. a04c107 Add support for multiple os types by Paul Duffin · 6 years ago
  70. 71754bf Merge "Copy sdk_version to cc library snapshots" by Paul Duffin · 6 years ago
  71. a377311 Merge "Refactor java_library/java_test snapshot processing" by Treehugger Robot · 6 years ago
  72. 0c394f3 Copy sdk_version to cc library snapshots by Paul Duffin · 6 years ago
  73. b3c7637 Merge "Refactor snapshot module creation" by Paul Duffin · 6 years ago
  74. 8c3fec4 Enable androidmk processing in sdk testing by Paul Duffin · 6 years ago
  75. 14eb467 Refactor java_library/java_test snapshot processing by Paul Duffin · 6 years ago
  76. 88f2fbe Refactor snapshot module creation by Paul Duffin · 6 years ago
  77. 8f20563 Merge "Add a nice install paths for module SDKs and exports." by Nicolas Geoffray · 6 years ago
  78. befa4b9 Copy apex_available properties to snapshot modules by Paul Duffin · 6 years ago
  79. 1228e9c Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 6 years ago
  80. e1ddcc9 Only check copy rules into the snapshot directory by Paul Duffin · 6 years ago
  81. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 6 years ago
  82. 109c2ad Fix bug in error reporting when adding duplicate properties by Paul Duffin · 6 years ago
  83. cc1b3da Avoid invoking sdk member to add empty list of dependencies by Paul Duffin · 6 years ago
  84. 08798aa Add windows to the list of available OS's in sdk tests by Paul Duffin · 6 years ago
  85. 91756d2 Add support for cc_library_headers in sdk/module_exports by Paul Duffin · 6 years ago
  86. a78f3a7 Prune any empty property sets from the modules before transforming by Paul Duffin · 6 years ago
  87. 180a006 Add support for transforming a property set after its contents by Paul Duffin · 6 years ago
  88. 047fdca Fix issues with bp transformation by Paul Duffin · 6 years ago
  89. 13ad94f Allow compile_multilib to be specified on module exports by Paul Duffin · 6 years ago
  90. 583bf7e Do not add dependencies from disabled sdk variants to its members by Paul Duffin · 6 years ago
  91. 53fe467 Merge changes from topic "soong_tests_ndk" by Treehugger Robot · 6 years ago
  92. 44885e2 Simplify visibility rules that include //visibility:public by Paul Duffin · 6 years ago
  93. f9aabd7 Make apex use cc.GatherRequiredDepsForTests by Colin Cross · 6 years ago
  94. f28329d Move NDK test modules into cc/testing.go by Colin Cross · 6 years ago
  95. 25ce04b Add support for cc_binary in module_exports by Paul Duffin · 6 years ago
  96. 7291095 Differentiate between exported and internal sdk members by Paul Duffin · 6 years ago
  97. 7b81f5e Add java_system_modules to sdk/module_exports by Paul Duffin · 6 years ago
  98. f4ae4f1 Add support for transitive sdk members by Paul Duffin · 6 years ago
  99. 0f80c18 apex_available tracks static dependencies by Jiyong Park · 6 years ago
  100. f853992 Make sdkMemberDependencyTag usable outside sdk package by Paul Duffin · 6 years ago