Merge "emulator: remove opengles property" am: c187fdf751 am: 438eebab81

am: 6dc9db6051

Change-Id: Ic3c9c3b70f20f88fa507411ae55f06040140aa35
This commit is contained in:
Bo Hu 2018-02-23 23:18:25 +00:00 committed by android-build-merger
commit c75bf85314
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)