Treat stl: "system" the same way as default. am: fc22e4eeba

am: 1939abdb9f

Change-Id: I4e63b7ffea16b2f8f9eba508ec93bd4c48f0f679
This commit is contained in:
Sasha Smundak
2019-03-25 11:21:00 -07:00
committed by android-build-merger

View File

@@ -66,7 +66,7 @@ func (stl *stl) begin(ctx BaseModuleContext) {
}
if ctx.useSdk() && ctx.Device() {
switch s {
case "":
case "", "system":
return "ndk_system"
case "c++_shared", "c++_static":
return "ndk_lib" + s