commit | 245ced74fe2dc0243c42446f2e629c00c12ba3f0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jul 20 16:57:46 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jul 20 16:59:26 2017 -0700 |
tree | e32813739f42eaf7af087052e71b7dca6e8c22a3 | |
parent | 89536d4948f954124ec8d8c4957630784778ff92 [diff] |
Allow arch-specific stl selection Test: m -j checkbuild Change-Id: Ic55433e39b2a0108efcfe980503265ac139b22e2
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"` }