diff options
| author | 2024-11-01 20:13:58 +0000 | |
|---|---|---|
| committer | 2024-11-01 20:13:58 +0000 | |
| commit | ded0c8057e11b1b60e7ca1be5fc600d871dd9184 (patch) | |
| tree | 7f2cd08d8f991367a338dfd76feecc5d98b12ec7 | |
| parent | 96054c08e00c0b9fc4e5850fe848f354f95b221b (diff) | |
| parent | 53527760150c096bda26a8f8c2ae0b66e30b041b (diff) | |
Merge "Fix typo." into main
| -rw-r--r-- | cc/ndk_library.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/ndk_library.go b/cc/ndk_library.go index 0db5b7614..2411614a4 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go @@ -439,7 +439,7 @@ func (this *stubDecorator) diffAbi(ctx ModuleContext) { "non-current API level %s", this.apiLevel)) } - // Preview ABI levels are not recording in prebuilts. ABI compatibility + // Preview ABI levels are not recorded in prebuilts. ABI compatibility // for preview APIs is still monitored via "current" so we have early // warning rather than learning about an ABI break during finalization, // but is only checked against the "current" API dumps in the out |