• Home
  • Raw
  • Download

Lines Matching +full:rust +full:- +full:src

8         "rust/uwb_uci_packets/src/lib.rs",
29 "general-tests",
30 "mts-uwb"
36 "general-tests",
42 // Support multilib variants (using different suffix per sub-architecture), which is needed on
74 "rust/uwb_uci_packets/uci_packets.pdl",
77 "rust/uwb_uci_packets/uci_packets.rs",
83 srcs: ["rust/uwb_core/src/lib.rs"],
113 // Builds uwb_core library with "mock-utils" enabled.
119 features: ["mock-utils"],
133 "general-tests",
134 "mts-uwb"
140 "general-tests",
153 // Support multilib variants (using different suffix per sub-architecture), which is needed on
171 srcs: ["rust/uwb_core/examples/main.rs"],
196 // These genrule follows the logic of rust/uwb_core/build.rs.
209 tools: ["aprotoc", "protoc-gen-rust-deprecated"],
211 " --proto_path=`dirname $(in)`" +
212 " --dependency_out=$(depfile)" +
213 " --plugin=protoc-gen-rust=$(location protoc-gen-rust-deprecated)" +
214 " --rust_out=$(genDir) $(in)",
216 "rust/uwb_core/protos/uwb_service.proto",
236 "rust/uwb_core/fuzz/proto_uwb_service_fuzzer.rs",
244 "android-uwb-team@google.com",
258 "android.hardware.uwb-V1-rust",
285 "rust/uci_hal_android/lib.rs",
319 "general-tests",
320 "mts-uwb"
326 "general-tests",
339 // Support multilib variants (using different suffix per sub-architecture), which is needed on
365 "cp -r external/uwb/src/rust/uwb_core " +
366 " external/uwb/src/rust/uwb_uci_packets " +
367 " external/uwb/src/rust/Cargo.toml " +
371 "$(location pdl) --output-format rust " +
372 " external/uwb/src/rust/uwb_uci_packets/uci_packets.pdl " +
376 "$(location soong_zip) -o $(out) " +
377 " -C $(genDir)/artifacts " +
378 " -D $(genDir)/artifacts;" +
379 "rm -rf $(genDir)/artifacts",
388 src: "tests/libuwb_core_cargo_test.sh",
390 test_suites: ["general-tests"],