Merge "Add libc++ and libc++_static aliases for SDK builds."
am: 29c69e83dd
Change-Id: Icd8f61640a7ce5fd25ee06330ca1244af93f1a56
This commit is contained in:
@@ -50,6 +50,10 @@ func (stl *stl) begin(ctx BaseModuleContext) {
|
|||||||
"stlport_shared", "stlport_static",
|
"stlport_shared", "stlport_static",
|
||||||
"gnustl_static":
|
"gnustl_static":
|
||||||
return "ndk_lib" + s
|
return "ndk_lib" + s
|
||||||
|
case "libc++":
|
||||||
|
return "ndk_libc++_shared"
|
||||||
|
case "libc++_static":
|
||||||
|
return "ndk_libc++_static"
|
||||||
case "none":
|
case "none":
|
||||||
return ""
|
return ""
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user