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

am: 29c69e83dd

Change-Id: Icd8f61640a7ce5fd25ee06330ca1244af93f1a56
This commit is contained in:
David Benjamin
2017-01-26 21:34:21 +00:00
committed by android-build-merger

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: