summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }
}