Skip to content
Snippets Groups Projects
Commit e250d24d authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Enable NewApi lint checks on service-connectivity" into main

parents 839cc0b4 a1145a1f
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ java_library {
apex_available: [
"com.android.tethering",
],
lint: { error_checks: ["NewApi"] },
visibility: [
"//frameworks/base/tests/vcn",
"//packages/modules/Connectivity/service",
......@@ -119,4 +120,4 @@ droidstubs {
visibility: [
"//visibility:private",
],
}
\ No newline at end of file
}
......@@ -195,7 +195,10 @@ java_library {
apex_available: [
"com.android.tethering",
],
lint: { strict_updatability_linting: true },
lint: {
error_checks: ["NewApi"],
strict_updatability_linting: true,
},
visibility: [
"//packages/modules/Connectivity/service-t",
"//packages/modules/Connectivity/tests:__subpackages__",
......@@ -261,6 +264,7 @@ java_defaults {
proguard_flags_files: ["proguard.flags"],
},
lint: {
error_checks: ["NewApi"],
strict_updatability_linting: true,
},
}
......
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