Merge "Do not populate ro.kernel.
properties in init"
This commit is contained in:
commit
5e89a35ae3
1 changed files with 0 additions and 2 deletions
|
@ -1187,8 +1187,6 @@ static void ProcessKernelCmdline() {
|
|||
if (StartsWith(key, ANDROIDBOOT_PREFIX)) {
|
||||
InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value);
|
||||
} else if (StartsWith(key, qemu_prefix)) {
|
||||
InitPropertySet("ro.kernel." + key, value); // emulator specific, deprecated
|
||||
|
||||
// emulator specific, should be retired once emulator migrates to
|
||||
// androidboot.
|
||||
const auto new_name =
|
||||
|
|
Loading…
Reference in a new issue