diff options
| -rw-r--r-- | Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,7 @@ java_defaults { ], manifest: "AndroidManifest.xml", plugins: ["java_api_finder"], + lint: { strict_updatability_linting: true } } android_app { @@ -44,6 +45,7 @@ android_app { android_library { name: "CaptivePortalLoginTestLib", defaults: ["CaptivePortalLoginDefaults"], + lint: { strict_updatability_linting: true } } // Alternative CaptivePortalLogin signed with the platform cert, to use @@ -53,4 +55,5 @@ android_app { defaults: ["CaptivePortalLoginDefaults"], certificate: "platform", overrides: ["CaptivePortalLogin"], + lint: { strict_updatability_linting: true } } |
