diff options
author | Sandeep Patil <sspatil@google.com> | 2017-04-14 17:49:05 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-09 01:31:37 +0200 |
commit | 654ffe0d79d75db93f3dab124386fcae92eacfd3 (patch) | |
tree | 6867b1b5167bf073439f4e33fcfc33d560fadf76 /msm8996.mk | |
parent | da427996570c7ec070e61d191e0fc8d0db778bcf (diff) |
netmgrd: use netutils_wrappers
Add required permissions for netmgrd to use the new netutils wrappers
Bug: 36463595
Test: boot sailfish, test LTE, wifi, wifi calling and phone calls work
Change-Id: I5894ee2659f97fce4f4f2b16c54c10f42484b454
Signed-off-by: Sandeep Patil <sspatil@google.com>
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -187,6 +187,14 @@ PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-service +PRODUCT_PACKAGES += \ + mkshrc_vendor \ + sh_vendor \ + toybox_vendor + +PRODUCT_PACKAGES += \ + netutils-wrapper-1.0 + # For config.fs PRODUCT_PACKAGES += \ fs_config_files |