Remove reference to the deprecated and disabled Typo issue

Metalava no longer looks for common typos. It relies on the code
analyzers that run on Gerrit to detect them.

Bug: 294300564
Bug: 288072162
Test: m checkapi
Change-Id: I08eca8008af39ebe69442db419ebd3d3378aa0de
Merged-In: I08eca8008af39ebe69442db419ebd3d3378aa0de
(cherry picked from commit c0036491cd)
This commit is contained in:
Paul Duffin
2023-06-21 15:42:49 +01:00
parent 9ab0aa0b33
commit 8fcc99cc09

View File

@@ -1678,7 +1678,6 @@ func (module *SdkLibrary) createStubsSourcesAndApi(mctx android.DefaultableHookC
"MissingPermission",
"SdkConstant",
"Todo",
"Typo",
"UnavailableSymbol",
}
droidstubsArgs = append(droidstubsArgs, android.JoinWithPrefix(disabledWarnings, "--hide "))