1. 313aa54 Convert OtherModuleProvider to generic providers API by Colin Cross · 1 year, 1 month ago
  2. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 1 month ago
  3. 18994c7 Replace SortedStringKeys with SortedKeys by Cole Faust · 1 year, 11 months ago
  4. 96320df Handle multiple linkages in sdk snapshots by Liz Kammer · 2 years, 8 months ago
  5. 12a0a31 Add ramdisk image sdk trait to cc_library_headers by Paul Duffin · 3 years, 4 months ago
  6. 6369622 Add recovery image sdk trait to cc_library_headers by Paul Duffin · 3 years, 4 months ago
  7. b1f0f2a Extract handling of image variations from target loop by Paul Duffin · 3 years, 4 months ago
  8. 93b750e Add support for native bridge trait by Paul Duffin · 5 years ago
  9. 96f1832 Rename nativeLibInfoProperties.archType to archSubDir by Paul Duffin · 3 years, 4 months ago
  10. 296701e Refactor SdkMemberType.AddDependencies() by Paul Duffin · 3 years, 6 months ago
  11. 6b8f425 Remove default_shared_libs by Colin Cross · 3 years, 6 months ago
  12. 9ecb42d Add default_shared_libs property by Colin Cross · 3 years, 7 months ago
  13. b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 3 years, 9 months ago
  14. 7a7d067 Generated headers may not be arch specific by Paul Duffin · 4 years ago
  15. 42dd4e6 Fix the snapshot handling of generated headers by Paul Duffin · 3 years, 11 months ago
  16. ebcf0c5 Define odm_available property to install a vendor variant to odm by Justin Yun · 4 years ago
  17. 63e9ec7 Define product_available property by Justin Yun · 4 years, 3 months ago
  18. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 3 months ago
  19. a717db7 Don't create stubs variants of static libraries by Colin Cross · 4 years, 3 months ago
  20. 59e0c7a Disable sanitizer flags and output files for sanitizer-enabled SDK members. by Martin Stjernholm · 4 years, 3 months ago
  21. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 4 months ago
  22. 3146c5c Create fewer empty version variants by Colin Cross · 4 years, 4 months ago
  23. b7c77bd Merge "Retain all stubs versions in the snapshot." by Martin Stjernholm · 4 years, 4 months ago
  24. 618b671 Retain all stubs versions in the snapshot. by Martin Stjernholm · 4 years, 4 months ago
  25. b024957 Propagate all sanitizer flags in SDK snapshots. by Martin Stjernholm · 4 years, 4 months ago
  26. d1f898e Remove global state from version mutator by Colin Cross · 4 years, 5 months ago
  27. 2c03361 Make generated library SDK snapshots determinstic by Colin Cross · 4 years, 4 months ago
  28. d6abaa7 Propagate recovery_available property through to sdk snapshot by Paul Duffin · 4 years, 4 months ago
  29. d1edbd4 Propagate vendor_available property through to sdk snapshot by Paul Duffin · 4 years, 5 months ago
  30. 0329f23 Merge changes I59b7a32a,Ida7bc75a by Colin Cross · 4 years, 4 months ago
  31. 4250733 Only request image and version variations for device SDK dependencies by Colin Cross · 4 years, 5 months ago
  32. fbb486f Propagate sanitize.never flag in SDK snapshots. by Martin Stjernholm · 4 years, 5 months ago
  33. caa47d7 Disable all host OS variants except those explicitly included. by Martin Stjernholm · 4 years, 6 months ago
  34. ed62b9c Differentiate sdk snapshot include dir by os type by Paul Duffin · 4 years, 7 months ago
  35. ab5467d Avoid race condition over ExportedSystemIncludeDirs by Paul Duffin · 4 years, 7 months ago
  36. 47ed352 Propagate unique_host_soname to cc_library prebuilts. by Martin Stjernholm · 4 years, 7 months ago
  37. 7a1f7f3 Retry: Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 4 years, 9 months ago
  38. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  39. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 4 years, 8 months ago
  40. ad913d5 Revert "Fix snapshot of a host/device cc_library with stubs" by Greg Kaiser · 4 years, 8 months ago
  41. 2af5238 Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 4 years, 9 months ago
  42. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  43. 712993c Improve error messages when output file is invalid by Paul Duffin · 4 years, 9 months ago
  44. cc330d6 Do not propagate dynamic dependencies for stub libs. by Martin Stjernholm · 4 years, 9 months ago
  45. bdd0dff Do not propagate the stub symbol file to prebuilts. by Martin Stjernholm · 4 years, 9 months ago
  46. c5dd4f7 Propagate stubs to the SDK for libraries that have them. by Martin Stjernholm · 4 years, 10 months ago
  47. 10566a0 Propagate empty vs unspecified system_shared_libs correctly. by Martin Stjernholm · 4 years, 10 months ago
  48. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 4 years, 10 months ago
  49. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 4 years, 10 months ago
  50. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 4 years, 10 months ago
  51. 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 4 years, 10 months ago
  52. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 4 years, 11 months ago
  53. a04c107 Add support for multiple os types by Paul Duffin · 4 years, 11 months ago
  54. 0c394f3 Copy sdk_version to cc library snapshots by Paul Duffin · 4 years, 11 months ago
  55. 88f2fbe Refactor snapshot module creation by Paul Duffin · 4 years, 11 months ago
  56. 91756d2 Add support for cc_library_headers in sdk/module_exports by Paul Duffin · 5 years ago
  57. 64f54b0 Simplify cc library sdk snapshot handling of include dirs/headers by Paul Duffin · 5 years ago
  58. 5efd198 Ensure consistent handling of generated headers/dirs by Paul Duffin · 5 years ago
  59. 74fc190 Dedup adding of arch/common properties to cc library snapshot by Paul Duffin · 5 years ago
  60. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 5 years ago
  61. a0843f6 Differentiate between cc library and binary by Paul Duffin · 5 years ago
  62. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 5 years ago
  63. 2f6bc09 Separate sdk membership support out of cc/library.go by Paul Duffin · 5 years ago