Skip to content
Snippets Groups Projects
Commit 7704e695 authored by Woody Lin's avatar Woody Lin Committed by Gerrit Code Review
Browse files

Revert "Enable NewApi lint checks on service-connectivity"

This reverts commit a1145a1f.

Reason for revert: fix build failure
Bug: 295779471

Change-Id: Id481aa628e1a1173b8b2c79006843025439b5901
parent a1145a1f
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",
......@@ -119,4 +118,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