diff options
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ java_defaults { proguard_flags_files: ["proguard.flags"], }, // The permission configuration *must* be included to ensure security of the device - required: ["NetworkStackPermissionStub"], + required: ["NetworkPermissionConfig"], } // Non-updatable network stack running in the system server process for devices not using the module |