summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2020-04-17 13:47:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-17 13:47:35 +0000
commit6441db90e260611576f81254d615fdebf77b502d (patch)
tree7cc2098af4d8a7512b44f7609788d0d1d8545f6e
parentb49550813886515dbc68cf3a977b6a3dc167f17f (diff)
parent4fc16c370a31c03a1bf58793688a97d5c86b3ba6 (diff)
Merge "Mark NetworkStack as updatable." into rvc-dev am: 4fc16c370a
Change-Id: Ie24721fb52070026aefbcf22791b492a94763c92
-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