commit | 525f8ebb97a22a4e5752e8843df6804326084d21 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Dec 26 17:27:54 2023 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Jan 19 04:35:56 2024 +0900 |
tree | 810aab73872b29e9e3e0ec78a1fe523f8f503217 | |
parent | 9c8f5c1fec535efe2f72fd93e7016b518b848ea9 [diff] |
Remove libvintf from libandroid_runtime We'd like to limit the usage of libvintf because of its performance/memory impact. By removing VintfObject and VintfRuntimeInfo classes from preloaded-classes list, we can avoid loading libvintf from libandroid_runtime. A new JNI library (libvintf_jni) is loaded only when it's actually used. Bug: 270169217 Test: atest VintfObjectTest Change-Id: I469f368ee04863374988359c28bcd1a5fb4ead9e