Lines Matching +full:cxxbridge +full:- +full:cmd
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
6 // SPDX-license-identifier-Apache-2.0
7 // SPDX-license-identifier-MIT
12 name: "cxx-demo-bridge-header",
13 tools: ["cxxbridge"],
14 cmd: "$(location cxxbridge) $(in) --header > $(out)",
20 name: "cxx-demo-bridge-code",
21 tools: ["cxxbridge"],
22 cmd: "$(location cxxbridge) $(in) >> $(out)",
28 name: "cxx-demo-rs",
31 static_libs: ["libcxx-demo-blobstore"],