Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 862a1a1f authored by Artur Satayev's avatar Artur Satayev Committed by satayev
Browse files

Mark NetworkStack as updatable.

This is an updatable module. The flag enforces conformance to associated requirements with a module being updatable e.g. compiling against stable SDKs.

Bug: 153333044
Test: m
Change-Id: If34230b65fea3d73da28db2d6ee8a499b108f3ae
parent 62f2d906
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,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