diff options
author | Devin Moore <devinmoore@google.com> | 2021-07-07 16:34:06 -0700 |
---|---|---|
committer | Devin Moore <devinmoore@google.com> | 2021-07-08 16:53:59 +0000 |
commit | 91ef4dacce84ef72412cc033624dc66675cf52a0 (patch) | |
tree | 24e66007ff7241fc7f700e4da994e786e6e5ed1f /trusty/coverage/coverage_test.cpp | |
parent | b7f123fb66af739b7f93f1b35e4249a009c04c92 (diff) |
init: remove extra space in list of bootconfig values
If a bootconfig argument has a list of values, it has a space between
them in /proc/bootconfig.
Example:
BOARD_BOOTCONFIG := parameter=value1,value2,value3
In /proc/bootconfig, it looks like:
parameter = "value1", "value2", "value3"
Before this CL, that example would end up with the value string of:
"value1, value2, value3"
To keep consistent behavior with kernel cmdline the value string should be:
"value1,value2,value3"
Test: Boot cuttlefish with test bootconfig params and verify ro.boot.*
Bug: 192257482
Merged-In: Iccdec451f53330162fa2c9ad2b7c2630f32b4168
Change-Id: Iccdec451f53330162fa2c9ad2b7c2630f32b4168
Diffstat (limited to 'trusty/coverage/coverage_test.cpp')
0 files changed, 0 insertions, 0 deletions