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