diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-10-13 10:59:07 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-13 10:59:07 +0000 |
| commit | f9a877641b63d457e8587d293fc21dc2e395cce5 (patch) | |
| tree | 93c605286cba09dd640182a08d84fe9160cfbf11 | |
| parent | c10058e545266d82b8f9b2ea0bdfe51b5855a287 (diff) | |
| parent | 31f02db4a2bd33d72a28ff70e26a0d434b594215 (diff) | |
| download | platform_packages_modules_CaptivePortalLogin-master.tar.gz platform_packages_modules_CaptivePortalLogin-master.tar.bz2 platform_packages_modules_CaptivePortalLogin-master.zip | |
| -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 } } |
