diff options
| author | 2023-06-21 15:46:11 +0100 | |
|---|---|---|
| committer | 2023-08-05 21:32:31 +0100 | |
| commit | f3609abf7c248ececce1fb2fd5b099624334b9b3 (patch) | |
| tree | 0500a28d038ea597b2c76665e126e527eea01569 | |
| parent | f0f2e07558216885db32d80cfd126a913884257f (diff) | |
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: TH
(cherry picked from https://android-review.googlesource.com/q/commit:43649f1d9b36249dcfe5ecd2d0e11a4cbf88cf65)
Merged-In: I489093568adaf15328d065a58241de4b3d9dab77
Change-Id: I489093568adaf15328d065a58241de4b3d9dab77
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 4473d9458d25..773528c054e0 100644 --- a/Android.bp +++ b/Android.bp @@ -579,7 +579,6 @@ metalava_framework_docs_args = "" + "--hide RequiresPermission " + "--hide SdkConstant " + "--hide Todo " + - "--hide Typo " + "--hide UnavailableSymbol " + "--manifest $(location :frameworks-base-core-AndroidManifest.xml) " |