summaryrefslogtreecommitdiff
path: root/rust/rust_test.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-12-16 20:54:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-12-16 20:54:32 +0000
commitbd0624304e37a5d602740c1eb3a2a717536e03ce (patch)
tree32dcbc77c4e38c04ca27edadd5e63c754014c908 /rust/rust_test.go
parent9b1084f9b9db00b4d83e1afd3cd02c19854fcadb (diff)
parent7113d20774cd08b03fae4fb990bb15a791440152 (diff)
Merge "Use empty string for core image variant"
Diffstat (limited to 'rust/rust_test.go')
-rw-r--r--rust/rust_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/rust_test.go b/rust/rust_test.go
index 91c2f0956..01b89dbe2 100644
--- a/rust/rust_test.go
+++ b/rust/rust_test.go
@@ -245,7 +245,7 @@ func TestNoStdlibs(t *testing.T) {
srcs: ["foo.rs"],
no_stdlibs: true,
}`)
- module := ctx.ModuleForTests("fizz-buzz", "android_arm64_armv8-a_core").Module().(*Module)
+ module := ctx.ModuleForTests("fizz-buzz", "android_arm64_armv8-a").Module().(*Module)
if android.InList("libstd", module.Properties.AndroidMkDylibs) {
t.Errorf("no_stdlibs did not suppress dependency on libstd")