summaryrefslogtreecommitdiff
path: root/dexpreopt/class_loader_context_test.go
AgeCommit message (Expand)Author
2023-06-28Use per-app package list to avoid unnecessary dexpreopt. Jiakai Zhang
2023-05-30Move CLC construction to Ninja phase. Jiakai Zhang
2022-05-04Revert "Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer." Ulya Trafimovich
2022-04-28Correctly serialize class loader context for "any" SDK version to JSON. Ulya Trafimovich
2022-02-07Add support for excluding libraries from class loader contexts Paul Duffin
2021-11-09Fix OutDir vs SoongOutDir in tests Colin Cross
2021-08-20Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer. Ulya Trafimovich
2021-08-13Fix the way manifest fixer detects optional <uses-library> entries. Ulya Trafimovich
2021-04-22Fix toJsonClassLoaderContextRec size bug Jeongik Cha
2021-01-05Remove obsolete class loader context API and update unit tests. Ulya Trafimovich
2020-12-23Fix library order in class loader context to agree with PackageManager. Ulya Trafimovich
2020-12-02Make error message more precise. Ulya Trafimovich
2020-11-25Assume any <uses-library> is shared, add only toplevel ones to manifest. Ulya Trafimovich
2020-11-16Do not add dependencies of shared SDK libraries to manifest_fixer. Ulya Trafimovich
2020-11-16Add nested class loader subcontext at the proper hierarchy level. Ulya Trafimovich
2020-11-16Disallow adding nested conditional class loader context. Ulya Trafimovich
2020-11-03Rework class loader context implementation. Ulya Trafimovich
2020-10-29Add unit tests for class loader context. Ulya Trafimovich