Skip to content
Snippets Groups Projects
Commit 1042c175 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Remove strict_updatability_linting: true" into main

parents ef58a8a3 ee56c432
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ java_defaults {
],
manifest: "AndroidManifestBase.xml",
lint: {
strict_updatability_linting: true,
error_checks: ["NewApi"],
},
}
......@@ -103,9 +102,7 @@ android_library {
],
apex_available: ["com.android.tethering"],
lint: {
strict_updatability_linting: true,
baseline_filename: "lint-baseline.xml",
},
}
......@@ -122,9 +119,7 @@ android_library {
],
apex_available: ["com.android.tethering"],
lint: {
strict_updatability_linting: true,
baseline_filename: "lint-baseline.xml",
},
}
......@@ -198,9 +193,6 @@ java_defaults {
optimize: {
proguard_flags_files: ["proguard.flags"],
},
lint: {
strict_updatability_linting: true,
},
}
// Updatable tethering packaged for finalized API
......@@ -216,10 +208,6 @@ android_app {
use_embedded_native_libs: true,
privapp_allowlist: ":privapp_allowlist_com.android.tethering",
apex_available: ["com.android.tethering"],
lint: {
strict_updatability_linting: true,
},
}
android_app {
......@@ -236,9 +224,7 @@ android_app {
privapp_allowlist: ":privapp_allowlist_com.android.tethering",
apex_available: ["com.android.tethering"],
lint: {
strict_updatability_linting: true,
error_checks: ["NewApi"],
},
}
......
......@@ -107,9 +107,6 @@ java_defaults {
apex_available: [
"com.android.tethering",
],
lint: {
strict_updatability_linting: true,
},
}
java_library {
......
......@@ -202,7 +202,6 @@ java_library {
"com.android.tethering",
],
lint: {
strict_updatability_linting: true,
baseline_filename: "lint-baseline.xml",
},
......@@ -274,9 +273,6 @@ java_defaults {
optimize: {
proguard_flags_files: ["proguard.flags"],
},
lint: {
strict_updatability_linting: true,
},
}
// A special library created strictly for use by the tests as they need the
......
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