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

Commit 9163cae4 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

am: 1939abdb

Change-Id: I4e63b7ffea16b2f8f9eba508ec93bd4c48f0f679
parents 5aacb61a 1939abdb
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