diff options
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |