summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ff66af4..008c56d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -203,6 +203,7 @@ android_app {
manifest: "AndroidManifest.xml",
// The permission configuration *must* be included to ensure security of the device
required: ["NetworkPermissionConfig"],
+ updatable: true,
}
// Android library to derive test APKs for integration tests