Merge "allow qemu_props to set opengles.version" am: c5a33b0570
am: c6c5b1a969
* commit 'c6c5b1a9692596f06a993db2d1ba810e44716cbd':
allow qemu_props to set opengles.version
This commit is contained in:
commit
58ddb6d8e8
3 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
type qemu_prop, property_type;
|
type qemu_prop, property_type;
|
||||||
type radio_noril_prop, property_type;
|
type radio_noril_prop, property_type;
|
||||||
|
type opengles_prop, property_type;
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
qemu. u:object_r:qemu_prop:s0
|
qemu. u:object_r:qemu_prop:s0
|
||||||
radio.noril u:object_r:radio_noril_prop:s0
|
radio.noril u:object_r:radio_noril_prop:s0
|
||||||
|
opengles. u:object_r:opengles_prop:s0
|
||||||
|
|
|
@ -8,3 +8,4 @@ init_daemon_domain(qemu_props)
|
||||||
set_prop(qemu_props, qemu_prop)
|
set_prop(qemu_props, qemu_prop)
|
||||||
set_prop(qemu_props, dalvik_prop)
|
set_prop(qemu_props, dalvik_prop)
|
||||||
set_prop(qemu_props, config_prop)
|
set_prop(qemu_props, config_prop)
|
||||||
|
set_prop(qemu_props, opengles_prop)
|
||||||
|
|
Loading…
Reference in a new issue