Loading cc/compiler.go +1 −1 Original line number Diff line number Diff line Loading @@ -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()) } } Loading Loading
cc/compiler.go +1 −1 Original line number Diff line number Diff line Loading @@ -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()) } } Loading