Loading init/property_service.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
init/property_service.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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