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
/
dexpreopt.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine GC type based on BUILT_KERNEL_VERSION_FILE.
Jiakai Zhang
2024-02-02
1
-5
/
+2
*
Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars"
Spandan Das
2024-01-25
1
-24
/
+13
*
Ensure sscp jars get copied to $OUT/soong/system_server_dexjars
Spandan Das
2024-01-24
1
-13
/
+24
*
Remove PreoptExtractedApk.
Jiakai Zhang
2023-11-28
1
-1
/
+1
*
Change OnlyPreoptBootImageAndSystemServer to OnlyPreoptArtBootImage.
Jiakai Zhang
2023-11-09
1
-6
/
+1
*
Merge "Fix FirstUniqueStrings after conversion to generics"
Treehugger Robot
2023-06-29
1
-2
/
+0
|
\
|
*
Fix FirstUniqueStrings after conversion to generics
Colin Cross
2023-06-27
1
-2
/
+0
*
|
Use per-app package list to avoid unnecessary dexpreopt.
Jiakai Zhang
2023-06-28
1
-1
/
+1
|
/
*
Move CLC construction to Ninja phase.
Jiakai Zhang
2023-05-30
1
-7
/
+11
*
Revert^2 "Generate app profiles even if dexpreopt is disabled."
Jiakai Zhang
2023-05-08
1
-0
/
+8
*
Revert "Generate app profiles even if dexpreopt is disabled."
Qiao Yang
2023-05-05
1
-8
/
+0
*
Generate app profiles even if dexpreopt is disabled.
Jiakai Zhang
2023-05-04
1
-0
/
+8
*
Install system server jar profiles into the APEX.
Jiakai Zhang
2023-02-08
1
-0
/
+4
*
Pass "-Xgc:CMC" to dex2oat when userfaultfd GC is enabled.
Jiakai Zhang
2022-11-16
1
-0
/
+4
*
support system server jars install in system_ext
liulvping
2022-09-16
1
-0
/
+5
*
Dexpreopt: use "speed-profile" if a system server jar has a profile.
Ulya Trafimovich
2022-07-07
1
-1
/
+5
*
Dexpreopt standalone system server jars.
Jiakai Zhang
2021-12-20
1
-22
/
+27
*
Add a build-time check for dexpreopting system server jars.
Jiakai Zhang
2021-10-29
1
-16
/
+12
*
Move copy rule for system server jars from dexpreopt_gen to makefiles.
Ulya Trafimovich
2021-09-21
1
-4
/
+12
*
Revert^2 "Preopt APEX system server jars."
Jiakai Zhang
2021-09-16
1
-21
/
+33
*
Revert "Preopt APEX system server jars."
Adrian Roos
2021-09-15
1
-33
/
+21
*
Preopt APEX system server jars.
Jiakai Zhang
2021-09-15
1
-21
/
+33
*
eng builds: dexpreopt: stop explicitly removing minidebuginfo
Ryan Savitski
2021-08-04
1
-5
/
+0
*
Rename UpdatableSystemServerJars to ApexSystemServerJars.
satayev
2021-07-28
1
-7
/
+7
*
Add usesTargetFiles option in dexpreopt_gen
Jeongik Cha
2021-05-15
1
-2
/
+7
*
Merge "Rename fields in dexpreopt config"
Treehugger Robot
2021-05-08
1
-1
/
+1
|
\
|
*
Rename fields in dexpreopt config
Jeongik Cha
2021-05-07
1
-1
/
+1
*
|
Make SystemServerJars ConfiguredJarList.
satayev
2021-05-05
1
-4
/
+4
*
|
Fix profileCommand to remove the profile first.
Vladimir Marko
2021-04-29
1
-2
/
+4
|
/
*
profman: Clean up output profile type options.
Vladimir Marko
2021-04-23
1
-1
/
+2
*
Made ManifestPath OptionalPath instead of Path
Jeongik Cha
2021-04-15
1
-2
/
+2
*
Fix AAPT path in dexpreopt.
Ulya Trafimovich
2021-03-25
1
-1
/
+1
*
Allow modules that don't run verify_uses_libraries to have nonempty CLC.
Ulya Trafimovich
2021-03-22
1
-20
/
+38
*
Reimplement verify_uses_libraries.sh in manifest_check.py.
Ulya Trafimovich
2021-03-15
1
-14
/
+10
*
Merge "Stop using '&' for class loader context."
Nicolas Geoffray
2021-03-08
1
-5
/
+2
|
\
|
*
Stop using '&' for class loader context.
Nicolas Geoffray
2021-03-05
1
-5
/
+2
*
|
Use compiler filter "verify" for dexpreopt w/o class loader context.
Ulya Trafimovich
2021-03-02
1
-2
/
+2
*
|
Add non-fatal mode for verify_uses_libraries check.
Ulya Trafimovich
2021-02-22
1
-5
/
+21
|
/
*
Pass pctx and ctx to NewRuleBuilder
Colin Cross
2020-12-01
1
-2
/
+2
*
Rework class loader context implementation.
Ulya Trafimovich
2020-11-03
1
-10
/
+24
*
Add unit tests for class loader context.
Ulya Trafimovich
2020-10-29
1
-1
/
+3
*
Move class loader context definitions to a separate file.
Ulya Trafimovich
2020-10-29
1
-237
/
+0
*
Move part of logic from construct_context.py to Soong.
Ulya Trafimovich
2020-10-27
1
-12
/
+82
*
Fix handling of "android.test.mock" in class loader context.
Ulya Trafimovich
2020-10-27
1
-2
/
+4
*
Unify handling of compat and normal libs in class loader contexts.
Ulya Trafimovich
2020-10-27
1
-25
/
+59
*
Fail the build if dexpreopt cannot find path to a <uses-library>.
Ulya Trafimovich
2020-10-06
1
-14
/
+14
*
Revert "Re-land "Move odexes of non-system apps into system_other""
Anton Hansson
2020-09-15
1
-2
/
+1
*
Re-land "Move odexes of non-system apps into system_other"
Anton Hansson
2020-09-11
1
-1
/
+2
*
Propagate transitive SDK Java library dependencies to dexpreopt.
Ulya Trafimovich
2020-08-27
1
-41
/
+91
*
Use common helper functions for getting sorted map keys.
Ulya Trafimovich
2020-08-20
1
-11
/
+1
[next]