Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1939abdb authored by Sasha Smundak's avatar Sasha Smundak Committed by android-build-merger
Browse files

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

am: fc22e4ee

Change-Id: I1fee3988c762cdd31d7d8cc9a24c4240eaa5b4fb
parents 7408bd6d fc22e4ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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