diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2019-03-26 17:24:48 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2019-04-02 00:14:05 +0000 |
commit | 288fb70cbf8a5141c614f77d2b76b637de10cae5 (patch) | |
tree | 907495372867e3b45d1881468a1f4f6ff22c8531 | |
parent | 2fef7f76f4cc7731f9fc0bd10f850bd2a764c9d1 (diff) |
Rename NetworkStackPermissionStub
Use NetworkStackPermissionConfig instead.
Bug: 129317412
Test: Flashed, booted, WiFi working
Merged-In: I7bdc058dddfa483823074055ad5c9d7d2efd37b9
Change-Id: I45299c12598cd3b33bfd78ae8698d98b77b18dc0
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ java_defaults { resource_dirs: [], jarjar_rules: "jarjar-rules-shared.txt", // 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 |