commit | 26f9ed2f703e4829a965f92b876bd998e1d04a22 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 21 02:39:28 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 21 02:39:28 2017 +0000 |
tree | 3500e9cc5fb3b801d80d9c4dc926218bfbead879 | |
parent | f506d877232f612dedcccb4c28d02c57feada787 [diff] | |
parent | 245ced74fe2dc0243c42446f2e629c00c12ba3f0 [diff] |
Merge "Allow arch-specific stl selection"
diff --git a/cc/stl.go b/cc/stl.go index 9e67145..65d7e40 100644 --- a/cc/stl.go +++ b/cc/stl.go
@@ -23,7 +23,7 @@ // 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"` }