diff options
| author | 2023-06-21 15:46:11 +0100 | |
|---|---|---|
| committer | 2023-06-21 15:51:45 +0100 | |
| commit | 43649f1d9b36249dcfe5ecd2d0e11a4cbf88cf65 (patch) | |
| tree | ce751a586e6e6dd1cb04eb69768ff91599e4fb3d | |
| parent | 3e77c6f37e4f5b7336e123c186de5920936c5c96 (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: 288072162
Test: TH
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 b4e02c0a092f..94bcb3ef04c8 100644 --- a/Android.bp +++ b/Android.bp @@ -505,7 +505,6 @@ metalava_framework_docs_args = "" + "--hide RequiresPermission " + "--hide SdkConstant " + "--hide Todo " + - "--hide Typo " + "--hide UnavailableSymbol " + "--manifest $(location :frameworks-base-core-AndroidManifest.xml) " |