Skip to content
Commit f0de8d34 authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Rename AndroidFrameworkLintChecker's package to com.google.android.lint

The previous package name com.android.lint is not allowed for custom
lint checks because lint thinks any package with com.android. is its own
API, so it performs a reflection check to see if it is a known API, but
it fails because it is a custom check.

For testing, verify that the lint report does not report an Obsolete
Custom Lint Check issue.

Bug: 192870410
Test: m out/soong/.intermediates/frameworks/base/services/autofill/services.autofill/android_common/lint/lint-report.html
Change-Id: I4970d230329a2ab48ec1c0152d824995fa005127
parent 3b7391c2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment