Skip to content
Snippets Groups Projects
Commit 4bcfab8c authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Remove special case handling of "ro." properties

am: f89847a9

* commit 'f89847a9':
  Remove special case handling of "ro." properties
parents eb536c28 f89847a9
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,15 @@ net.cdma u:object_r:net_radio_prop:s0
net.dns u:object_r:net_radio_prop:s0
sys.usb.config u:object_r:system_radio_prop:s0
ril. u:object_r:radio_prop:s0
ro.ril. u:object_r:radio_prop:s0
gsm. u:object_r:radio_prop:s0
persist.radio u:object_r:radio_prop:s0
net. u:object_r:system_prop:s0
dev. u:object_r:system_prop:s0
runtime. u:object_r:system_prop:s0
ro.runtime. u:object_r:system_prop:s0
hw. u:object_r:system_prop:s0
ro.hw. u:object_r:system_prop:s0
sys. u:object_r:system_prop:s0
sys.powerctl u:object_r:powerctl_prop:s0
sys.usb.ffs. u:object_r:ffs_prop:s0
......@@ -52,11 +54,11 @@ selinux. u:object_r:security_prop:s0
# data partition encryption properties
vold. u:object_r:vold_prop:s0
crypto. u:object_r:vold_prop:s0
ro.crypto. u:object_r:vold_prop:s0
# ro.build.fingerprint is either set in /system/build.prop, or is
# set at runtime by system_server.
build.fingerprint u:object_r:fingerprint_prop:s0
ro.build.fingerprint u:object_r:fingerprint_prop:s0
# ctl properties
ctl.bootanim u:object_r:ctl_bootanim_prop:s0
......@@ -76,4 +78,6 @@ nfc. u:object_r:nfc_prop:s0
# They are only distinguished here for setting by qemu-props on the
# emulator/goldfish.
config. u:object_r:config_prop:s0
ro.config. u:object_r:config_prop:s0
dalvik. u:object_r:dalvik_prop:s0
ro.dalvik. u:object_r:dalvik_prop:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment