Allow radio to read emulator network properties
am: a27d4b7270
Change-Id: I61b70ee712760f48707e446edf59896abbebbc64
This commit is contained in:
commit
c8e8aa0030
|
@ -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);
|
|
@ -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);
|
Loading…
Reference in New Issue