Commits
Jindong committed c1260c0934c
MA-13142-4 Add Android Automotive specific zygote rc As Android Automotive need to boot faster, so delay the zygote32 after UI stable. So need make zygote_secondary not enable by default. Also remove "--enable-lazy-preload" for below reason: Due lazy preload will be called in SystemServer's startOtherServices() process during boot before GUI showed. But on that moment, the secondary zygote not started. So it won't receive the lazy preload message. So the warmUpJcaProviders won't be ready for ARMv7(32bit). JCA provider is the security interface used for Keystore so it Keystore for 32bit environment not work. This will make the CtsKeystoreTestCases form armeabi-v7a abi get pass. TEST: run cts -m CtsKeystoreTestCases This commit merge two commits in system/core imx_pi9.0 branch: bc649000cf MA-13142 Add Android Automotive specific zygote rc cbaac493ee MA-13885 Disable lazy preload for secondary zygote in AndroidAuto Change-Id: I7cd028f47c26eb73e1fd358f2b6d6f558cc9eee2 Signed-off-by: Jindong <jindong.yue@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/9516 Reviewed-by: Wang Haoran <elven.wang@nxp.com>