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