Merge "emulator: remove opengles property"

This commit is contained in:
Bo Hu
2018-02-23 22:50:08 +00:00
committed by Gerrit Code Review
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)