Allow radio to read emulator network properties

am: a27d4b7270

Change-Id: I61b70ee712760f48707e446edf59896abbebbc64
This commit is contained in:
Bjoern Johansson 2018-03-23 22:49:10 +00:00 committed by android-build-merger
commit c8e8aa0030
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Allow the radio to read these properties, they only have an SELinux label in
# the emulator.
get_prop(radio, net_eth0_prop);

View File

@ -0,0 +1,3 @@
# Allow rild to read these properties, they only have an SELinux label in the
# emulator.
get_prop(rild, net_eth0_prop);