emulator: remove opengles property

BUG: 73812167
Change-Id: I5bdc475c6bdd5bdcb32c5a12f49c18c6a391b95c
This commit is contained in:
bohu 2018-02-23 09:07:50 -08:00
parent 5d7ec6bdf8
commit 70fefe0066
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
type qemu_prop, property_type;
type qemu_cmdline, property_type;
type radio_noril_prop, property_type;
type opengles_prop, property_type;

View File

@ -3,4 +3,3 @@ qemu.cmdline u:object_r:qemu_cmdline:s0
ro.emu. u:object_r:qemu_prop:s0
ro.emulator. u:object_r:qemu_prop:s0
ro.radio.noril u:object_r:radio_noril_prop:s0
ro.opengles. u:object_r:opengles_prop:s0

View File

@ -1,2 +1 @@
get_prop(system_server, opengles_prop)
get_prop(system_server, radio_noril_prop)