am: 9a6f172
* commit '9a6f1723aebd6428e3f2a17d771699ccaf73bf15':
Support "none" for stl when using ndk
Change-Id: Ica2e910db6c32c394b361050487c12e0c7d46046
This commit is contained in:
@@ -46,6 +46,8 @@ func (stl *stl) begin(ctx BaseModuleContext) {
|
||||
"stlport_shared", "stlport_static",
|
||||
"gnustl_static":
|
||||
return "ndk_lib" + stl.Properties.Stl
|
||||
case "none":
|
||||
return ""
|
||||
default:
|
||||
ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", stl.Properties.Stl)
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user