index
:
build_soong.git
8.0-r23
n7.1
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
u14.0
v15.0
w16.0
w16.1
build_soong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dexpreopt
/
class_loader_context_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use per-app package list to avoid unnecessary dexpreopt.
Jiakai Zhang
2023-06-28
1
-8
/
+16
*
Move CLC construction to Ninja phase.
Jiakai Zhang
2023-05-30
1
-74
/
+22
*
Revert "Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer."
Ulya Trafimovich
2022-05-04
1
-51
/
+38
*
Correctly serialize class loader context for "any" SDK version to JSON.
Ulya Trafimovich
2022-04-28
1
-0
/
+32
*
Add support for excluding libraries from class loader contexts
Paul Duffin
2022-02-07
1
-0
/
+105
*
Fix OutDir vs SoongOutDir in tests
Colin Cross
2021-11-09
1
-15
/
+15
*
Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer.
Ulya Trafimovich
2021-08-20
1
-28
/
+33
*
Fix the way manifest fixer detects optional <uses-library> entries.
Ulya Trafimovich
2021-08-13
1
-37
/
+51
*
Fix toJsonClassLoaderContextRec size bug
Jeongik Cha
2021-04-22
1
-0
/
+23
*
Remove obsolete class loader context API and update unit tests.
Ulya Trafimovich
2021-01-05
1
-53
/
+44
*
Fix library order in class loader context to agree with PackageManager.
Ulya Trafimovich
2020-12-23
1
-0
/
+42
*
Make error message more precise.
Ulya Trafimovich
2020-12-02
1
-1
/
+1
*
Assume any <uses-library> is shared, add only toplevel ones to manifest.
Ulya Trafimovich
2020-11-25
1
-28
/
+23
*
Do not add dependencies of shared SDK libraries to manifest_fixer.
Ulya Trafimovich
2020-11-16
1
-23
/
+28
*
Add nested class loader subcontext at the proper hierarchy level.
Ulya Trafimovich
2020-11-16
1
-1
/
+6
*
Disallow adding nested conditional class loader context.
Ulya Trafimovich
2020-11-16
1
-0
/
+10
*
Rework class loader context implementation.
Ulya Trafimovich
2020-11-03
1
-71
/
+62
*
Add unit tests for class loader context.
Ulya Trafimovich
2020-10-29
1
-0
/
+225