Home
last modified time | relevance | path

Searched refs:rustc (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/rust/
H A Drust_test.go208 rustc := ctx.ModuleForTests("librlib", "linux_glibc_x86_64_rlib_rlib-std").Rule("rustc")
231 if !strings.Contains(rustc.Args["rustcFlags"], "-lstatic=wholestatic") {
232 …t.Errorf("-lstatic flag not being passed to rustc for static library %#v", rustc.Args["rustcFlags"…
371 rustc := ctx.ModuleForTests("libpm", "linux_glibc_x86_64").Rule("rustc")
373 if !strings.Contains(rustc.Args["libFlags"], "libbar/linux_glibc_x86_64") {
H A Dbuilder.go29 rustc = pctx.AndroidStaticRule("rustc", var
284 Rule: rustc,
/aosp12/system/tools/aidl/build/
H A Daidl_test.go746 rustcRule := ctx.ModuleForTests("foo-V1-rust", nativeRustVariant).Rule("rustc")