- f1868af rust: Don't append '.vendor' to vendor modules. by Ivan Lozano · 2 years, 9 months ago
- a2bcf2c Fix transitive whole_static_libs on prebuilt static libraries by Colin Cross · 2 years, 11 months ago
- eb2d6d1 Propagate headers from bazel to mixed builds by Liz Kammer · 3 years, 1 month ago
- 39b0bf0 rust: Package shared libraries with fuzzer zips by Ivan Lozano · 3 years, 2 months ago
- 48f3778 Separate snapshot definition by Kiyoung Kim · 3 years, 6 months ago
- da70df7 Merge changes from topic "vendor_snapshot-192647618" by Treehugger Robot · 3 years, 6 months ago
- b9386b7 Merge "Share EffectiveLicenseFiles for snapshot modules" by Treehugger Robot · 3 years, 6 months ago
- 885a7de Share EffectiveLicenseFiles for snapshot modules by Justin Yun · 3 years, 6 months ago
- 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 3 years, 6 months ago
- 36d8e4e cc/cc.go: Add Device() method to LinkableInterface by Yi-Yo Chiang · 3 years, 6 months ago
- 5e03586 Include static lib information for the snapshot modules by Justin Yun · 3 years, 6 months ago
- 7d55b61 Rust module in APEX uses stub libraries across APEX boundaries by Jiyong Park · 3 years, 7 months ago
- ef6dfea Only store what's used in SharedLibraryInfo by Liz Kammer · 3 years, 7 months ago
- d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 3 years, 9 months ago
- e07056a Merge "Remove global state from vendor public libraries" by Colin Cross · 3 years, 8 months ago
- 5423a9c Merge "Remove obsolete llndk_library" by Colin Cross · 3 years, 8 months ago
- 09a2a2c Merge "Remove llndk_headers" by Colin Cross · 3 years, 8 months ago
- 5271fea Remove global state from vendor public libraries by Colin Cross · 3 years, 8 months ago
- f60ecf0 Mixed builds: propagate includes from cc_* targets by Chris Parsons · 3 years, 8 months ago
- 203b421 Remove obsolete llndk_library by Colin Cross · 3 years, 8 months ago
- 627280f Remove llndk_headers by Colin Cross · 3 years, 8 months ago
- 1f3f130 Add support for cc_library_headers to replace llndk_headers by Colin Cross · 3 years, 8 months ago
- b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 3 years, 9 months ago
- aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 3 years, 8 months ago
- c08897c Add more Rust vendor image support. by Ivan Lozano · 3 years, 9 months ago
- 3a7d000 cc: Create a common image mutator interface by Ivan Lozano · 3 years, 9 months ago
- 352bdf2 Merge "rust: Add whole_static_libs, revert static_lib" by Ivan Lozano · 3 years, 9 months ago
- 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 3 years, 9 months ago
- fdaa5f7 Versioned CRT objects are built with correct __ANDROID_API__ by Jiyong Park · 3 years, 9 months ago
- cbca373 Use target dependent module to update the name suffix by Justin Yun · 3 years, 11 months ago
- 2df8177 Add Target to cc.SharedLibraryInfo by Colin Cross · 4 years ago
- 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years ago
- 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years ago
- 01a4400 Merge changes from topic "header_libs_requirement" by Colin Cross · 4 years ago
- 649d817 Require libraries in header_libs to be cc_library_header by Colin Cross · 4 years, 1 month ago
- f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 1 month ago
- f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 1 month ago
- 3c27ca3 Improve comments in cc/library.go and cc/linkable.go. by Chris Parsons · 4 years, 1 month ago
- 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 2 months ago
- 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 2 months ago
- 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
- 3572cf7 Move LLNDK and NDK versionSelectorMutator special cases into versionedInterface by Colin Cross · 4 years, 3 months ago
- 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 3 months ago
- 1348ce3 Don't make SplitPerApiLevel imply UseSdk by Colin Cross · 4 years, 3 months ago
- d1f898e Remove global state from version mutator by Colin Cross · 4 years, 4 months ago
- 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 4 years, 5 months ago
- 2286afd Don't create version variants for SDK variants by Jiyong Park · 4 years, 6 months ago
- a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
- 624d35c Skip version mutator for host/ramdisk/recovery by Jooyung Han · 4 years, 9 months ago
- c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
- f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
- 82e192c Add sdk mutator for native modules by Colin Cross · 4 years, 10 months ago
- 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 4 years, 10 months ago
- 678c881 <apex_name>-deps-info correctly tracks dependencies by Jiyong Park · 4 years, 11 months ago
- d7536ba shared_lib dependency from a static lib crosses the APEX boundary by Jiyong Park · 5 years ago
- 1b3348d Add ramdisk image. by Yifan Hong · 5 years ago
- 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 5 years ago
- 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 5 years ago
- 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 5 years ago
- 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 5 years ago
- 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 5 years ago
- 2b26297 Allow cc.LinkabeInterfaces to request "" variants. by Ivan Lozano · 5 years ago
- e0833b1 Allow cc modules to pull in rust includes. by Ivan Lozano · 5 years ago
- 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
- 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 5 years ago