diff options
| -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 |