Merge "Avoid -target riscv64-linux-androidVanillaIceCream." into main

This commit is contained in:
Treehugger Robot
2023-12-13 22:48:56 +00:00
committed by Gerrit Code Review

View File

@@ -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())
}
}