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

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

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