Loading init/property_service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1200,6 +1200,10 @@ static void ProcessKernelCmdline() { // emulator specific, should be retired once emulator migrates to // androidboot. InitPropertySet("ro.boot." + key, value); } else if (key == "android.bootanim" && value == "0") { // emulator specific, should be retired once emulator migrates to // androidboot. InitPropertySet("ro.boot.debug.sf.nobootanimation", "1"); } }); } Loading Loading
init/property_service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1200,6 +1200,10 @@ static void ProcessKernelCmdline() { // emulator specific, should be retired once emulator migrates to // androidboot. InitPropertySet("ro.boot." + key, value); } else if (key == "android.bootanim" && value == "0") { // emulator specific, should be retired once emulator migrates to // androidboot. InitPropertySet("ro.boot.debug.sf.nobootanimation", "1"); } }); } Loading