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

Commit 2553359f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Avoid `-target riscv64-linux-androidVanillaIceCream`." into main am: 3e22fe21

parents 50bf81ca 3e22fe21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags, deps
			target += strconv.Itoa(android.FutureApiLevelInt)
		} else {
			apiLevel := nativeApiLevelOrPanic(ctx, version)
			target += apiLevel.String()
			target += strconv.Itoa(apiLevel.FinalOrFutureInt())
		}
	}