commit | 832176376496a0993eed8f9dd09b6f6a3c502f2b | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Wed Oct 04 17:35:22 2023 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Wed Oct 04 18:26:13 2023 -0400 |
tree | 39bbfd0e3d7995063535cb86914fb5b698da34cf | |
parent | 4414c4e7ff9c57160844aa912ab6815f972a2ad1 [diff] [blame] |
Export device arm64 rust flags to Bazel Test: b build //build/bazel/examples/rust:all --config=android Change-Id: I2656dc963cc4fe0c42da52a0d2a235b5cd86fa13
diff --git a/rust/config/arm64_device.go b/rust/config/arm64_device.go index 564168b..6c021c7 100644 --- a/rust/config/arm64_device.go +++ b/rust/config/arm64_device.go
@@ -54,6 +54,7 @@ strings.Join(rustFlags, " ")) } + ExportedVars.ExportStringListStaticVariable("DEVICE_ARM64_RUSTC_FLAGS", Arm64RustFlags) } type toolchainArm64 struct {