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_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine GC type based on BUILT_KERNEL_VERSION_FILE.
Jiakai Zhang
2024-02-02
1
-7
/
+62
*
Remove PreoptExtractedApk.
Jiakai Zhang
2023-11-28
1
-1
/
+0
*
Move CLC construction to Ninja phase.
Jiakai Zhang
2023-05-30
1
-7
/
+14
*
support system server jars install in system_ext
liulvping
2022-09-16
1
-0
/
+32
*
Dexpreopt standalone system server jars.
Jiakai Zhang
2021-12-20
1
-0
/
+55
*
Revert^2 "Preopt APEX system server jars."
Jiakai Zhang
2021-09-16
1
-4
/
+45
*
Revert "Preopt APEX system server jars."
Adrian Roos
2021-09-15
1
-45
/
+4
*
Preopt APEX system server jars.
Jiakai Zhang
2021-09-15
1
-4
/
+45
*
Rename fields in dexpreopt config
Jeongik Cha
2021-05-07
1
-1
/
+1
*
Drop DexPreoptImages field in dexpreopt config
Jeongik Cha
2021-04-26
1
-1
/
+0
*
Expose "full" dexpreopt.config
Jeongik Cha
2021-04-19
1
-0
/
+17
*
Add non-fatal mode for verify_uses_libraries check.
Ulya Trafimovich
2021-02-22
1
-0
/
+1
*
Allow createGlobalSoongConfig() to be used from tests
Paul Duffin
2021-01-21
1
-3
/
+3
*
Pass pctx and ctx to NewRuleBuilder
Colin Cross
2020-12-01
1
-3
/
+3
*
Rework class loader context implementation.
Ulya Trafimovich
2020-11-03
1
-3
/
+1
*
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-09
1
-3
/
+0
*
Make lots of tests run in parallel
Colin Cross
2020-10-06
1
-0
/
+3
*
Revert "Re-land "Move odexes of non-system apps into system_other""
Anton Hansson
2020-09-15
1
-2
/
+3
*
Re-land "Move odexes of non-system apps into system_other"
Anton Hansson
2020-09-11
1
-3
/
+2
*
Rename dexpreopt.config field to bring it in sync with Make.
Ulya Trafimovich
2020-06-12
1
-1
/
+1
*
Pass dexpreopt config structs by reference.
Martin Stjernholm
2020-02-13
1
-6
/
+6
*
Reland: Separate dexpreopt.GlobalSoongConfig to allow independent
Martin Stjernholm
2020-02-13
1
-8
/
+16
*
Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."
Hans Boehm
2020-01-27
1
-16
/
+8
*
Separate dexpreopt.GlobalSoongConfig to allow independent caching of
Martin Stjernholm
2020-01-24
1
-8
/
+16
*
Move filesystem into Config
Colin Cross
2019-12-18
1
-3
/
+3
*
Revert "Move odexes of non-system apps into system_other"
Anton Hansson
2019-12-06
1
-2
/
+3
*
Use boot image extension for framework libraries.
Ulya Trafimovich
2019-12-03
1
-1
/
+2
*
Merge "Remove support for stripping dex."
Nicolas Geoffray
2019-10-22
1
-72
/
+0
|
\
|
*
Remove support for stripping dex.
Nicolas Geoffray
2019-10-18
1
-72
/
+0
*
|
Move odexes of non-system apps into system_other
Anton Hansson
2019-10-03
1
-3
/
+2
|
/
*
Add partition subdirs to system_other
Anton Hansson
2019-10-03
1
-3
/
+3
*
Beef up system_other odex tests
Anton Hansson
2019-10-02
1
-22
/
+71
*
Expand the dexpreopt image dependencies to entire image
Dan Willemsen
2019-06-18
1
-0
/
+1
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-29
1
-1
/
+1
*
Revert "Port uses-shared library verification and dexpreopting to Soong"
Colin Cross
2019-05-29
1
-1
/
+1
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-28
1
-1
/
+1
*
Fix Rel() after ReplaceExtension or InSameDir
Colin Cross
2019-02-27
1
-3
/
+3
*
Make RuleBuilder methods take Paths
Colin Cross
2019-02-20
1
-118
/
+55
*
Revert "Make RuleBuilder methods take Paths"
Colin Cross
2019-02-21
1
-55
/
+118
*
Make RuleBuilder methods take Paths
Colin Cross
2019-02-20
1
-118
/
+55
*
Set a dedicated variable for the runtime apex libs.
Nicolas Geoffray
2019-02-20
1
-1
/
+1
*
Move dexpreopting of boot jars into Soong
Colin Cross
2019-02-15
1
-23
/
+33
*
Add RuleBuilder.Installs().String()
Colin Cross
2019-02-13
1
-3
/
+3
*
Revert "Revert "Never strip and store dex files uncompressed when they are pr...
Nicolas Geoffray
2019-02-13
1
-0
/
+17
*
Use ArchType in dexpreopt config
Colin Cross
2019-02-12
1
-1
/
+1
*
Move dexpreopt image selection out of dexpreopt package
Colin Cross
2019-02-11
1
-27
/
+23
*
Remove unused dexpreopt UseEmbeddedDex
Colin Cross
2019-02-08
1
-1
/
+0
*
Move dexpreopt.Script to android.RuleBuilder
Colin Cross
2019-02-05
1
-3
/
+4
*
Rename preferCodeIntegrity to useEmbeddedDex
Victor Hsieh
2019-01-29
1
-1
/
+1
*
Allow modules to disable stripping when dexpreopting
Colin Cross
2019-01-10
1
-40
/
+54
[next]