commit | 9164ec43922a7502ec1ba25ac040d9275872b376 | [log] [tgz] |
---|---|---|
author | Chris Morin <cmtm@google.com> | Thu Jun 21 18:42:22 2018 -0700 |
committer | Chris Morin <cmtm@google.com> | Thu Jun 21 18:54:28 2018 -0700 |
tree | 4ec031461c6010e541cd400075c098fc82baadad | |
parent | c2373add5b9b3c4fc4d5be4d22a12f1b94f22f06 [diff] |
init: Don't set ro.serialno when androidboot.serialno is not set This functionality is useful for improving boottimes on the ARC++ project. Without this change, ro.serialno would be set to the empty string when androidboot.serialno was unset in the kernel commandline. Bug: 62039211 Test: boot with androidboot.serialno unset and ensure ro.serialno is unset Change-Id: Iaee339dfa3f0c871e5e9c1fc0534347f2b3e8a07