diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2019-04-02 01:31:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-04-02 01:31:51 +0000 |
commit | 03d1e652267cab9724b1e85ac10d77f0a2917132 (patch) | |
tree | 117410502abcc1fbd37f907aa9ac7b1b9da843b2 | |
parent | 27059069fd9f19e4286cca43b0bc4a014f799dbd (diff) | |
parent | 288fb70cbf8a5141c614f77d2b76b637de10cae5 (diff) |
Merge "Rename NetworkStackPermissionStub"
-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 |