summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/stl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/stl.go b/cc/stl.go
index 9e6714568..65d7e4076 100644
--- a/cc/stl.go
+++ b/cc/stl.go
@@ -23,7 +23,7 @@ type StlProperties struct {
// select the STL library to use. Possible values are "libc++", "libc++_static",
// "stlport", "stlport_static", "ndk", "libstdc++", or "none". Leave blank to select the
// default
- Stl *string
+ Stl *string `android:"arch_variant"`
SelectedStl string `blueprint:"mutated"`
}