Skip to content
Commit f20e1cf7 authored by Eric Biggers's avatar Eric Biggers
Browse files

system_properties.proto: rename update_verifier_nonencrypted to update_verifier

incident_helper contains some "interesting" code that automagically
fills in a SystemPropertiesProto by finding the protobuf fields by name
using system property name components.  One of these fields is
'update_verifier_nonencrypted' which is nested inside 'init_svc'.  This
gets filled in with the value of init.svc.update_verifier_nonencrypted.

The "update_verifier_nonencrypted" service is being renamed to simply
"update_verifier", and as a result the name of the corresponding
"init.svc.${service_name}" system property will change too.  Therefore,
rename the corresponding protobuf field too.

Bug: 208476087
Test: presubmit
Change-Id: I782ab726870df64c5b9cb354b223634d85a0f63b
parent 6cc59823
Loading
Loading
Loading
Loading
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