commit | eefd3512021cfbc73cdfbd5ca68ff18d77937960 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Dec 22 10:22:57 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Dec 22 18:38:54 2022 +0900 |
tree | 3a49a017a780d0a5cb82c2592fed18731ec61d17 | |
parent | 296a16ff94f4499603b8d57ff5345bd7a0cf49fc [diff] |
prng_seeder is a bootstrap process in microdroid It is started very early before linker namespaces are configured, thus making it a bootstrap process. Also, it is built with `prefer_rlib: true` so that we don't spend time for dynamically linking the dylibs. Bug: 263398430 Test: watch boottime benchmark Change-Id: I5193d0d36958de5b6d6dfa8584212f82edb727bc