Merge "Allow arch-specific stl selection"

This commit is contained in:
Treehugger Robot 2017-07-21 02:39:28 +00:00 committed by Gerrit Code Review
commit 26f9ed2f70
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}