Merge "Do not populate `ro.kernel.` properties in init" am: 5e89a35ae3 am: f7c4f3b94b

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1676728

Change-Id: I8997fe63eea81365093a40478e130410b4cc8d35
This commit is contained in:
Treehugger Robot 2021-04-15 19:21:10 +00:00 committed by Automerger Merge Worker
commit ff435d8995
1 changed files with 0 additions and 2 deletions

View File

@ -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 =