Skip to content
Snippets Groups Projects
Commit 4b689152 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Remove core_property_type from ctl_* properties

am: f01453ad

* commit 'f01453ad':
  Remove core_property_type from ctl_* properties
parents 4c1bbc30 f01453ad
No related branches found
No related tags found
No related merge requests found
...@@ -12,15 +12,15 @@ type net_radio_prop, property_type, core_property_type; ...@@ -12,15 +12,15 @@ type net_radio_prop, property_type, core_property_type;
type system_radio_prop, property_type, core_property_type; type system_radio_prop, property_type, core_property_type;
type system_prop, property_type, core_property_type; type system_prop, property_type, core_property_type;
type vold_prop, property_type, core_property_type; type vold_prop, property_type, core_property_type;
type ctl_bootanim_prop, property_type, core_property_type; type ctl_bootanim_prop, property_type;
type ctl_default_prop, property_type, core_property_type; type ctl_default_prop, property_type;
type ctl_dhcp_pan_prop, property_type, core_property_type; type ctl_dhcp_pan_prop, property_type;
type ctl_dumpstate_prop, property_type, core_property_type; type ctl_dumpstate_prop, property_type;
type ctl_fuse_prop, property_type, core_property_type; type ctl_fuse_prop, property_type;
type ctl_mdnsd_prop, property_type, core_property_type; type ctl_mdnsd_prop, property_type;
type ctl_rildaemon_prop, property_type, core_property_type; type ctl_rildaemon_prop, property_type;
type ctl_bugreport_prop, property_type, core_property_type; type ctl_bugreport_prop, property_type;
type ctl_console_prop, property_type, core_property_type; type ctl_console_prop, property_type;
type audio_prop, property_type, core_property_type; type audio_prop, property_type, core_property_type;
type logd_prop, property_type, core_property_type; type logd_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type; type restorecon_prop, property_type, core_property_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment