summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-10-13 10:59:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-13 10:59:07 +0000
commitf9a877641b63d457e8587d293fc21dc2e395cce5 (patch)
tree93c605286cba09dd640182a08d84fe9160cfbf11
parentc10058e545266d82b8f9b2ea0bdfe51b5855a287 (diff)
parent31f02db4a2bd33d72a28ff70e26a0d434b594215 (diff)
downloadplatform_packages_modules_CaptivePortalLogin-master.tar.gz
platform_packages_modules_CaptivePortalLogin-master.tar.bz2
platform_packages_modules_CaptivePortalLogin-master.zip
Merge "Enable strict_updatability_linting for CaptivePortalLogin"HEADmaster
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6eeca34..be520a0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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 }
}