diff options
author | 2024-11-01 19:15:27 +0000 | |
---|---|---|
committer | 2024-11-01 19:15:27 +0000 | |
commit | 53527760150c096bda26a8f8c2ae0b66e30b041b (patch) | |
tree | de4100089704873e8b6f4cdf11840e007536f511 | |
parent | 499c92ea143e8b1c29a5a2282069127ccbb3a258 (diff) |
Fix typo.
Bug: None
Test: None
Change-Id: Ic05714a730f27f0dbcf46addbc7bde0dc6412bbe
-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 |