commit | 29c69e83dd1ef05e985d5bbee106d4dc29f2ca5e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 26 21:28:10 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 26 21:28:11 2017 +0000 |
tree | 365ed30acc59908b8762ab303aa46c2888a59ae1 | |
parent | 7f205c8289720ce7181ae598f5ad2400bed8d72d [diff] | |
parent | 87f9f03d3f7b976e8f8b871820fa964995c47689 [diff] |
Merge "Add libc++ and libc++_static aliases for SDK builds."
diff --git a/cc/stl.go b/cc/stl.go index 0ffeb03..43776f7 100644 --- a/cc/stl.go +++ b/cc/stl.go
@@ -50,6 +50,10 @@ "stlport_shared", "stlport_static", "gnustl_static": return "ndk_lib" + s + case "libc++": + return "ndk_libc++_shared" + case "libc++_static": + return "ndk_libc++_static" case "none": return "" default: