1. aa39480 Split usage of UseVndk by Kiyoung Kim · 1 year, 8 months ago
  2. bc7d76c Convert NewProvider/NewMutatorProvider to generic providers API by Colin Cross · 1 year, 9 months ago
  3. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 9 months ago
  4. 5467a39 rust: Rust sanitized snapshots variations by Ivan Lozano · 2 years, 1 month ago
  5. add122a rust: Add vendor and recovery dylib support. by Ivan Lozano · 2 years, 2 months ago
  6. c85750b Use generics for DepSets by Colin Cross · 3 years, 5 months ago
  7. 61c02cc rust: Bundle Rust shared dependencies in fuzzers by Ivan Lozano · 2 years, 3 months ago
  8. 3891749 Support removing suffix for device specific prebuilt during build by Hamzeh Zawawy · 2 years, 5 months ago
  9. 0f9963e Copy Rust fuzzer dependencies to /data. by Ivan Lozano · 2 years, 7 months ago
  10. f78a890 Specify jnilib partition in Android-<target>.mk by Jihoon Kang · 3 years ago
  11. 7f67c2a rust: Allow rust_ffi_shared in jni_libs by Ivan Lozano · 3 years, 3 months ago
  12. 6c71676 Migrate sanitizers to transition mutators. by Lukacs T. Berki · 3 years, 3 months ago
  13. 2da6c3c Keep a "sanitizer dependency" flag for each sanitizer. by Lukacs T. Berki · 3 years, 4 months ago
  14. f1868af rust: Don't append '.vendor' to vendor modules. by Ivan Lozano · 3 years, 5 months ago
  15. a2bcf2c Fix transitive whole_static_libs on prebuilt static libraries by Colin Cross · 3 years, 7 months ago
  16. eb2d6d1 Propagate headers from bazel to mixed builds by Liz Kammer · 3 years, 9 months ago
  17. 39b0bf0 rust: Package shared libraries with fuzzer zips by Ivan Lozano · 4 years ago
  18. 48f3778 Separate snapshot definition by Kiyoung Kim · 4 years, 2 months ago
  19. da70df7 Merge changes from topic "vendor_snapshot-192647618" by Treehugger Robot · 4 years, 2 months ago
  20. b9386b7 Merge "Share EffectiveLicenseFiles for snapshot modules" by Treehugger Robot · 4 years, 2 months ago
  21. 885a7de Share EffectiveLicenseFiles for snapshot modules by Justin Yun · 4 years, 2 months ago
  22. 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 4 years, 3 months ago
  23. 36d8e4e cc/cc.go: Add Device() method to LinkableInterface by Yi-Yo Chiang · 4 years, 2 months ago
  24. 5e03586 Include static lib information for the snapshot modules by Justin Yun · 4 years, 2 months ago
  25. 7d55b61 Rust module in APEX uses stub libraries across APEX boundaries by Jiyong Park · 4 years, 3 months ago
  26. ef6dfea Only store what's used in SharedLibraryInfo by Liz Kammer · 4 years, 3 months ago
  27. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 5 months ago
  28. e07056a Merge "Remove global state from vendor public libraries" by Colin Cross · 4 years, 5 months ago
  29. 5423a9c Merge "Remove obsolete llndk_library" by Colin Cross · 4 years, 5 months ago
  30. 09a2a2c Merge "Remove llndk_headers" by Colin Cross · 4 years, 5 months ago
  31. 5271fea Remove global state from vendor public libraries by Colin Cross · 4 years, 5 months ago
  32. f60ecf0 Mixed builds: propagate includes from cc_* targets by Chris Parsons · 4 years, 5 months ago
  33. 203b421 Remove obsolete llndk_library by Colin Cross · 4 years, 5 months ago
  34. 627280f Remove llndk_headers by Colin Cross · 4 years, 5 months ago
  35. 1f3f130 Add support for cc_library_headers to replace llndk_headers by Colin Cross · 4 years, 5 months ago
  36. b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 4 years, 5 months ago
  37. aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 4 years, 5 months ago
  38. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 5 months ago
  39. 3a7d000 cc: Create a common image mutator interface by Ivan Lozano · 4 years, 6 months ago
  40. 352bdf2 Merge "rust: Add whole_static_libs, revert static_lib" by Ivan Lozano · 4 years, 6 months ago
  41. 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 4 years, 6 months ago
  42. fdaa5f7 Versioned CRT objects are built with correct __ANDROID_API__ by Jiyong Park · 4 years, 6 months ago
  43. cbca373 Use target dependent module to update the name suffix by Justin Yun · 4 years, 7 months ago
  44. 2df8177 Add Target to cc.SharedLibraryInfo by Colin Cross · 4 years, 8 months ago
  45. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 9 months ago
  46. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 9 months ago
  47. 01a4400 Merge changes from topic "header_libs_requirement" by Colin Cross · 4 years, 9 months ago
  48. 649d817 Require libraries in header_libs to be cc_library_header by Colin Cross · 4 years, 9 months ago
  49. f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 9 months ago
  50. f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 9 months ago
  51. 3c27ca3 Improve comments in cc/library.go and cc/linkable.go. by Chris Parsons · 4 years, 10 months ago
  52. 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 10 months ago
  53. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 11 months ago
  54. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 5 years ago
  55. 3572cf7 Move LLNDK and NDK versionSelectorMutator special cases into versionedInterface by Colin Cross · 5 years ago
  56. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 5 years ago
  57. 1348ce3 Don't make SplitPerApiLevel imply UseSdk by Colin Cross · 5 years ago
  58. d1f898e Remove global state from version mutator by Colin Cross · 5 years ago
  59. 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 5 years ago
  60. 2286afd Don't create version variants for SDK variants by Jiyong Park · 5 years ago
  61. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  62. 624d35c Skip version mutator for host/ramdisk/recovery by Jooyung Han · 5 years ago
  63. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  64. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  65. 82e192c Add sdk mutator for native modules by Colin Cross · 6 years ago
  66. 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 6 years ago
  67. 678c881 <apex_name>-deps-info correctly tracks dependencies by Jiyong Park · 6 years ago
  68. d7536ba shared_lib dependency from a static lib crosses the APEX boundary by Jiyong Park · 6 years ago
  69. 1b3348d Add ramdisk image. by Yifan Hong · 6 years ago
  70. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  71. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 6 years ago
  72. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  73. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  74. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 6 years ago
  75. 2b26297 Allow cc.LinkabeInterfaces to request "" variants. by Ivan Lozano · 6 years ago
  76. e0833b1 Allow cc modules to pull in rust includes. by Ivan Lozano · 6 years ago
  77. 52767be Add support for Rust C libraries. by Ivan Lozano · 6 years ago
  78. 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 6 years ago