aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt/class_loader_context_test.go
Commit message (Expand)AuthorAgeFilesLines
* Use per-app package list to avoid unnecessary dexpreopt.Jiakai Zhang2023-06-281-8/+16
* Move CLC construction to Ninja phase.Jiakai Zhang2023-05-301-74/+22
* Revert "Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer."Ulya Trafimovich2022-05-041-51/+38
* Correctly serialize class loader context for "any" SDK version to JSON.Ulya Trafimovich2022-04-281-0/+32
* Add support for excluding libraries from class loader contextsPaul Duffin2022-02-071-0/+105
* Fix OutDir vs SoongOutDir in testsColin Cross2021-11-091-15/+15
* Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer.Ulya Trafimovich2021-08-201-28/+33
* Fix the way manifest fixer detects optional <uses-library> entries.Ulya Trafimovich2021-08-131-37/+51
* Fix toJsonClassLoaderContextRec size bugJeongik Cha2021-04-221-0/+23
* Remove obsolete class loader context API and update unit tests.Ulya Trafimovich2021-01-051-53/+44
* Fix library order in class loader context to agree with PackageManager.Ulya Trafimovich2020-12-231-0/+42
* Make error message more precise.Ulya Trafimovich2020-12-021-1/+1
* Assume any <uses-library> is shared, add only toplevel ones to manifest.Ulya Trafimovich2020-11-251-28/+23
* Do not add dependencies of shared SDK libraries to manifest_fixer.Ulya Trafimovich2020-11-161-23/+28
* Add nested class loader subcontext at the proper hierarchy level.Ulya Trafimovich2020-11-161-1/+6
* Disallow adding nested conditional class loader context.Ulya Trafimovich2020-11-161-0/+10
* Rework class loader context implementation.Ulya Trafimovich2020-11-031-71/+62
* Add unit tests for class loader context.Ulya Trafimovich2020-10-291-0/+225