Skip to content
Snippets Groups Projects
Commit d4a1c63c authored by Motomu Utsumi's avatar Motomu Utsumi
Browse files

cronet: re-enable lint

Bug: 265674359
Test: TH
Change-Id: I867a66518db0eb9fe446aa28e07d4678f0e3af94
parent d2292689
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ java_sdk_library {
hostdex: true, // for hiddenapi check
permitted_packages: ["android.net"],
lint: { strict_updatability_linting: true },
}
java_defaults {
......@@ -81,20 +82,11 @@ java_defaults {
impl_only_static_libs: [
"cronet_aml_java",
],
// STOPSHIP(b/265674359): fix all Cronet lint warnings and re-enable lint
// directly in framework-tethering
lint: {
enabled: false,
},
api_lint: {
enabled: false,
},
api_dir: "cronet_enabled/api",
}
java_defaults {
name: "CronetJavaDefaultsDisabled",
lint: { strict_updatability_linting: true },
}
java_defaults {
......
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