Merge "emulator: remove opengles property" am: c187fdf751

am: 438eebab81

Change-Id: I5d616d60bb4e082d493fb66f49c4abfb0fcd7c64
This commit is contained in:
Bo Hu 2018-02-23 23:11:47 +00:00 committed by android-build-merger
commit 6dc9db6051
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)