commit | fdb53e24600a1c114e8361ee741b2c2ca87541c1 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Mon Oct 14 15:12:11 2024 +0100 |
committer | Jerome Gaillard <jgaillard@google.com> | Mon Oct 14 14:21:57 2024 +0000 |
tree | 1e2d24c7a82e6e813a9d19b2966663d12a252b42 | |
parent | 93dcdf4c0c87dc8268e8fb6cc81a08eb63ad8bb4 [diff] |
Do not create HostRuntime for layoutlib On Windows, we need to load libandroid_runtime.dll first as it is a dependency of layoutlib_jni. But doing so calls the Jni_OnLoad method of libandroid_runtime, which we do not want. Setting the use_base_native_hostruntime property to false ensures that we do not execute the content of that method. Flag: NONE host-only change Bug: 340885449 Test: N/A Change-Id: Ia65dc86fee26826a3ada45359dd0ca2ccf54edee