1. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years ago
  2. e794b1e Merge "Remove unnecessary snake case variables." by Jaewoong Jung · 4 years ago
  3. 109d9cc Merge "rust modules in APEX don't get installed to the system partition" by Treehugger Robot · 4 years ago
  4. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years ago
  5. 459feca rust modules in APEX don't get installed to the system partition by Jiyong Park · 4 years ago
  6. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years ago
  7. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years ago
  8. 30530a9 Merge "Rust: WriteFileRule instead of printf for protos" by Ivan Lozano · 4 years, 1 month ago
  9. 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 1 month ago
  10. f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 1 month ago
  11. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 1 month ago
  12. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 1 month ago
  13. f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 1 month ago
  14. 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 1 month ago
  15. 493e7ec Merge "Clients of PackagingBase can customize dependency tag to use" by Jiyong Park · 4 years, 1 month ago
  16. 65b6224 Clients of PackagingBase can customize dependency tag to use by Jiyong Park · 4 years, 1 month ago
  17. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 1 month ago
  18. 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 2 months ago
  19. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 2 months ago
  20. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
  21. f4155dc Merge "Use protobuf-codegen default and add mod_stem.rs" by Chih-hung Hsieh · 4 years, 2 months ago
  22. 3572cf7 Move LLNDK and NDK versionSelectorMutator special cases into versionedInterface by Colin Cross · 4 years, 3 months ago
  23. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 3 months ago
  24. c49649c Use protobuf-codegen default and add mod_stem.rs by Chih-Hung Hsieh · 4 years, 3 months ago
  25. ac0cd89 Merge changes I4c8cd544,I62d4d43d,I0ae667d4,Id357adc0,I1ff87134 by Colin Cross · 4 years, 3 months ago
  26. 565cafd Don't create version variations of sdk modules by Colin Cross · 4 years, 3 months ago
  27. 3146c5c Create fewer empty version variants by Colin Cross · 4 years, 3 months ago
  28. 4e7b26a Merge "rust: Allow rust_bindgen to use cc_defaults." by Ivan Lozano · 4 years, 3 months ago
  29. 1348ce3 Don't make SplitPerApiLevel imply UseSdk by Colin Cross · 4 years, 3 months ago
  30. 45dda43 Merge "rust: Refactor staticStd to stdLinkage" by Ivan Lozano · 4 years, 3 months ago
  31. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 4 years, 3 months ago
  32. d3e05ca Don't export flags from SourceProvider variants by Colin Cross · 4 years, 3 months ago
  33. bc9e421 rust: Allow rust_bindgen to use cc_defaults. by Ivan Lozano · 4 years, 3 months ago
  34. 295c72b Avoid Rust source provider rule duplication by Thiébaud Weksteen · 4 years, 3 months ago
  35. 2d53a60 Merge changes from topic "return-new-deps" by Colin Cross · 4 years, 3 months ago
  36. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 4 years, 4 months ago
  37. d1f898e Remove global state from version mutator by Colin Cross · 4 years, 4 months ago
  38. 0c16fdf Merge "Don't disable rust modules for linux_bionic" by Treehugger Robot · 4 years, 3 months ago
  39. b5d2dd2 Don't disable rust modules for linux_bionic by Jiyong Park · 4 years, 4 months ago
  40. ddd0bdb rust: Fix rust_bindgen implicits by Ivan Lozano · 4 years, 4 months ago
  41. 682c9d7 Rename ccConfig to cc_config by Thiébaud Weksteen · 4 years, 4 months ago
  42. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 4 years, 4 months ago
  43. 31f1bb8 rust: add ccToolchain to Module by Thiébaud Weksteen · 4 years, 4 months ago
  44. b0e99ed Merge "[rust] Pass cc dependencies as linker flags." by Ivan Lozano · 4 years, 4 months ago
  45. 2093af2 [rust] Pass cc dependencies as linker flags. by Ivan Lozano · 4 years, 4 months ago
  46. 042504f Link device binaries dynamically by default. by Ivan Lozano · 4 years, 4 months ago
  47. 9e8451e rust: modify linting properties by Thiébaud Weksteen · 4 years, 5 months ago
  48. 50a5806 Merge "Stop using prebuilt NDK CRT objects." by Treehugger Robot · 4 years, 5 months ago
  49. 4c698f3 Merge "Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled" by Ivan Lozano · 4 years, 5 months ago
  50. 65c74d9 Merge "HostToolPath should return install path" by Treehugger Robot · 4 years, 5 months ago
  51. a756270 HostToolPath should return install path by Chih-Hung Hsieh · 4 years, 5 months ago
  52. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 4 years, 6 months ago
  53. 5db69cc Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled by Andrei Homescu · 4 years, 5 months ago
  54. a57e56a Merge "Export Rust SourceProvider types and methods" by Ivan Lozano · 4 years, 5 months ago
  55. 2a73c2d Merge "Don't export link dirs from proc-macros." by Treehugger Robot · 4 years, 5 months ago
  56. 2bbcacf Don't export link dirs from proc-macros. by Ivan Lozano · 4 years, 5 months ago
  57. c776792 Export Rust SourceProvider types and methods by Andrei Homescu · 4 years, 5 months ago
  58. 2eddd06 Merge "Add libraryDependencyTag to track dependencies on static and shared libraries" by Colin Cross · 4 years, 5 months ago
  59. c564d2d Add support for custom bindgen binaries. by Ivan Lozano · 4 years, 5 months ago
  60. 32267c8 [rust] Disable clippy for rust_bindgen modules. by Ivan Lozano · 4 years, 5 months ago
  61. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 4 years, 5 months ago
  62. 89435d1 [rust] Clean up unused link variations. by Ivan Lozano · 4 years, 5 months ago
  63. 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 4 years, 5 months ago
  64. 3feff6c Merge changes I4efdf333,I4abaf8e7 by Ivan Lozano · 4 years, 5 months ago
  65. 45901ed Ensure hermetic device rust_bindgen. by Ivan Lozano · 4 years, 5 months ago
  66. 07cbaf4 Enforce correct variant usage for rust_bindgen. by Ivan Lozano · 4 years, 5 months ago
  67. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 4 years, 6 months ago
  68. 4fef93c Add SourceProviders and a rust_bindgen module type by Ivan Lozano · 4 years, 6 months ago
  69. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 4 years, 8 months ago
  70. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 4 years, 6 months ago
  71. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 4 years, 6 months ago
  72. 0f003b1 rust: Add rustlibs auto dependency selection by Matthew Maurer · 4 years, 6 months ago
  73. 5c4e489 Enable genrule modules for Rust host binaries by Chih-Hung Hsieh · 4 years, 8 months ago
  74. 79e546f Merge "Remove moduleContextImpl struct" by Thiébaud Weksteen · 4 years, 6 months ago
  75. 92f703b Add clippy-driver build rule by Thiébaud Weksteen · 4 years, 6 months ago
  76. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 4 years, 6 months ago
  77. d825990 Merge "[Rust] Remove unused variables and deduplicate." by Ivan Lozano · 4 years, 6 months ago
  78. 2286afd Don't create version variants for SDK variants by Jiyong Park · 4 years, 7 months ago
  79. 8a23fa4 [Rust] Remove unused variables and deduplicate. by Ivan Lozano · 4 years, 7 months ago
  80. fc80fe7 Make rust_test file output more similar to cc_test. by Ivan Lozano · 4 years, 7 months ago
  81. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  82. 624d35c Skip version mutator for host/ramdisk/recovery by Jooyung Han · 4 years, 9 months ago
  83. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  84. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  85. 82e192c Add sdk mutator for native modules by Colin Cross · 4 years, 10 months ago
  86. 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 4 years, 10 months ago
  87. 2bb26d3 Merge "<apex_name>-deps-info correctly tracks dependencies" by Jiyong Park · 4 years, 11 months ago
  88. 2b2aee3 Merge "Pass library kind when linking native libraries." by Ivan Lozano · 4 years, 11 months ago
  89. 6aa6602 Pass library kind when linking native libraries. by Ivan Lozano · 5 years ago
  90. 678c881 <apex_name>-deps-info correctly tracks dependencies by Jiyong Park · 5 years ago
  91. d648c43 Fix lib name resolution if extension is substring. by Ivan Lozano · 5 years ago
  92. 1b3348d Add ramdisk image. by Yifan Hong · 5 years ago
  93. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 5 years ago
  94. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 5 years ago
  95. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 5 years ago
  96. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 5 years ago
  97. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 5 years ago
  98. 9a4a7ba Install rust tests under nativetest(64) by Chih-Hung Hsieh · 5 years ago
  99. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
  100. 2b26297 Allow cc.LinkabeInterfaces to request "" variants. by Ivan Lozano · 5 years ago