Home
last modified time | relevance | path

Searched refs:deviceGlobalRustFlags (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/config/
Dglobal.go71 deviceGlobalRustFlags = []string{ var
121 pctx.StaticVariable("DEVICE_GLOBAL_RUSTC_FLAGS", strings.Join(deviceGlobalRustFlags, " "))
Driscv64_device.go88 toolchainRustFlags = append(toolchainRustFlags, deviceGlobalRustFlags...)
Dx86_64_device.go96 toolchainRustFlags = append(toolchainRustFlags, deviceGlobalRustFlags...)
Darm_device.go86 toolchainRustFlags = append(toolchainRustFlags, deviceGlobalRustFlags...)
Dx86_device.go98 toolchainRustFlags = append(toolchainRustFlags, deviceGlobalRustFlags...)
Darm64_device.go103 toolchainRustFlags = append(toolchainRustFlags, deviceGlobalRustFlags...)