diff options
| author | 2025-03-11 15:50:52 -0700 | |
|---|---|---|
| committer | 2025-03-11 16:11:56 -0700 | |
| commit | 75a7a07be50cf37c4caa4baa61d6bee6e97ce06a (patch) | |
| tree | 5be67c5eefa76c1ce63477ddd498fa2f2ca12512 | |
| parent | 065a5049485ef25f9526ba920a59a3339de9897c (diff) | |
Remove unknow lint GetterSetterNullability
Bug: 311772251
Flag: EXEMPT lint change
Test: m com.android.bt
Change-Id: I347bf550571222afb9494f7213556d2eb88c178b
| -rw-r--r-- | android/app/Android.bp | 2 | ||||
| -rw-r--r-- | android/app/lib-lint-baseline.xml | 11 | ||||
| -rw-r--r-- | android/app/lint-baseline.xml | 11 | ||||
| -rw-r--r-- | framework/Android.bp | 1 |
4 files changed, 0 insertions, 25 deletions
diff --git a/android/app/Android.bp b/android/app/Android.bp index 6bdbe3282b..7606a10b73 100644 --- a/android/app/Android.bp +++ b/android/app/Android.bp @@ -246,7 +246,6 @@ android_library { "ExtraText", "ExtraTranslation", "GestureBackNavigation", - "GetterSetterNullability", "GuardedLogInvocation", "HandlerLeak", "InflateParams", @@ -319,7 +318,6 @@ android_app { "ExtraText", "ExtraTranslation", "GestureBackNavigation", - "GetterSetterNullability", "GuardedLogInvocation", "HandlerLeak", "InflateParams", diff --git a/android/app/lib-lint-baseline.xml b/android/app/lib-lint-baseline.xml index 9b77a9bb36..88ee79159e 100644 --- a/android/app/lib-lint-baseline.xml +++ b/android/app/lib-lint-baseline.xml @@ -2,17 +2,6 @@ <issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08"> <issue - id="UnknownIssueId" - message="Unknown issue id "GetterSetterNullability"" - errorLine1=" <issue id='GetterSetterNullability' severity='error' />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="./out/lint.xml" - line="125" - column="3"/> - </issue> - - <issue id="GestureBackNavigation" message="If intercepting back events, this should be handled through the registration of callbacks on the window level; Please see https://developer.android.com/about/versions/13/features/predictive-back-gesture" errorLine1=" if (keyCode == KeyEvent.KEYCODE_BACK) {" diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml index 15122a483a..c50678ee6d 100644 --- a/android/app/lint-baseline.xml +++ b/android/app/lint-baseline.xml @@ -2,17 +2,6 @@ <issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08"> <issue - id="UnknownIssueId" - message="Unknown issue id "GetterSetterNullability"" - errorLine1=" <issue id='GetterSetterNullability' severity='error' />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="./out/lint.xml" - line="125" - column="3"/> - </issue> - - <issue id="ScrollViewSize" message="This LinearLayout should use `android:layout_height="wrap_content"`" errorLine1=" android:layout_height="match_parent"" diff --git a/framework/Android.bp b/framework/Android.bp index 36cd93670c..e40f1af6f4 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -100,7 +100,6 @@ java_sdk_library { "ExtraTranslation", "FlaggedApi", "GestureBackNavigation", - "GetterSetterNullability", "GuardedLogInvocation", "HandlerLeak", "InflateParams", |