aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/stl.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/stl.go b/cc/stl.go
index 23989d36..b84bb6ac 100644
--- a/cc/stl.go
+++ b/cc/stl.go
@@ -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 ""