Merge "Add libc++ and libc++_static aliases for SDK builds."

This commit is contained in:
Treehugger Robot
2017-01-26 21:28:10 +00:00
committed by Gerrit Code Review

View File

@@ -50,6 +50,10 @@ func (stl *stl) begin(ctx BaseModuleContext) {
"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: