commit | 3e22fe2193abc9475ac5f4de12633b38ed052454 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Dec 13 22:48:56 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 13 22:48:56 2023 +0000 |
tree | 4d6a8df30b7aa54dddb05f5dc930daef97c0b4c8 | |
parent | a1eb34a7090e391f79725ce84ef5d9d274f66639 [diff] | |
parent | a19d9597cb60aa1723260376035bb952303ef124 [diff] |
Merge "Avoid `-target riscv64-linux-androidVanillaIceCream`." into main
diff --git a/cc/compiler.go b/cc/compiler.go index bb7885b..c9de1b0 100644 --- a/cc/compiler.go +++ b/cc/compiler.go
@@ -479,7 +479,7 @@ target += strconv.Itoa(android.FutureApiLevelInt) } else { apiLevel := nativeApiLevelOrPanic(ctx, version) - target += apiLevel.String() + target += strconv.Itoa(apiLevel.FinalOrFutureInt()) } }