Merge "Add libc++ and libc++_static aliases for SDK builds." am: 29c69e83dd
am: 4c51fe50e8
Change-Id: Ia5510a3a3be17eb6969b31b46706e0ea3fab0555
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