index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dexpreopt
/
config.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do all dexpreoptDisabled checks before registering a dex2oat host dep.
Martin Stjernholm
2020-02-13
1
-29
/
+20
*
Pass dexpreopt config structs by reference.
Martin Stjernholm
2020-02-13
1
-22
/
+22
*
Reland: Get the dex2oat host tool path from module dependency on the
Martin Stjernholm
2020-02-13
1
-10
/
+95
*
Reland: Move the Once cache for dexpreopt.GlobalConfig into the
Martin Stjernholm
2020-02-13
1
-11
/
+66
*
Reland: Separate dexpreopt.GlobalSoongConfig to allow independent
Martin Stjernholm
2020-02-13
1
-20
/
+45
*
Remove UseApexImage and GenerateApexImage.
Nicolas Geoffray
2020-02-07
1
-3
/
+0
*
Support dexpreopt against the primary boot image.
Vladimir Marko
2020-02-07
1
-0
/
+2
*
Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."
Hans Boehm
2020-01-27
1
-45
/
+20
*
Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..."
Hans Boehm
2020-01-27
1
-66
/
+11
*
Revert "Get the dex2oat host tool path from module dependency on..."
Hans Boehm
2020-01-27
1
-95
/
+10
*
Get the dex2oat host tool path from module dependency on the binary
Martin Stjernholm
2020-01-24
1
-10
/
+95
*
Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt
Martin Stjernholm
2020-01-24
1
-11
/
+66
*
Separate dexpreopt.GlobalSoongConfig to allow independent caching of
Martin Stjernholm
2020-01-24
1
-20
/
+45
*
Sandbox soong_build by changing to root directory
Colin Cross
2020-01-11
1
-29
/
+8
*
Revert "Sandbox soong_build by changing to root directory"
Colin Cross
2020-01-10
1
-8
/
+29
*
Sandbox soong_build by changing to root directory
Colin Cross
2020-01-09
1
-29
/
+8
*
Move generation of the dexpreopt tool paths into Soong.
Martin Stjernholm
2020-01-07
1
-34
/
+133
*
Use boot image extension for framework libraries.
Ulya Trafimovich
2019-12-03
1
-5
/
+8
*
soong: Align update boot jar variable with system_server jar
Roshan Pius
2019-12-02
1
-6
/
+4
*
soong: Support system_server jars from apexes
Roshan Pius
2019-11-22
1
-3
/
+5
*
Remove support for stripping dex.
Nicolas Geoffray
2019-10-18
1
-14
/
+1
*
Update dexpreopt for the ART APEX name change.
Martin Stjernholm
2019-08-30
1
-2
/
+2
*
Add support for generating boot profiles.
Nicolas Geoffray
2019-07-24
1
-0
/
+1
*
Revert "Revert "Remove option to create boot image based on preloaded classes""
Mathieu Chartier
2019-06-26
1
-11
/
+5
*
Revert "Remove option to create boot image based on preloaded classes"
Mathieu Chartier
2019-06-26
1
-5
/
+11
*
Remove option to create boot image based on preloaded classes
Mathieu Chartier
2019-06-25
1
-11
/
+5
*
Expand the dexpreopt image dependencies to entire image
Dan Willemsen
2019-06-18
1
-2
/
+6
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-29
1
-7
/
+4
*
Revert "Port uses-shared library verification and dexpreopting to Soong"
Colin Cross
2019-05-29
1
-4
/
+7
*
Port uses-shared library verification and dexpreopting to Soong
Colin Cross
2019-05-28
1
-7
/
+4
*
Move verify_uses_libraries.sh out of dexpreopt
Colin Cross
2019-05-28
1
-24
/
+27
*
Write dexpreopt.config again during the build
Colin Cross
2019-05-10
1
-10
/
+10
*
Enable app image startup cache for preopted apps
Mathieu Chartier
2019-04-30
1
-0
/
+2
*
Use the apex image when the device config asks for it.
Nicolas Geoffray
2019-04-04
1
-0
/
+1
*
Support for install multiple boot images.
Nicolas Geoffray
2019-02-22
1
-0
/
+2
*
Make RuleBuilder methods take Paths
Colin Cross
2019-02-20
1
-34
/
+206
*
Revert "Make RuleBuilder methods take Paths"
Colin Cross
2019-02-21
1
-201
/
+33
*
Make RuleBuilder methods take Paths
Colin Cross
2019-02-20
1
-33
/
+201
*
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
-7
/
+18
*
Revert "Revert "Never strip and store dex files uncompressed when they are pr...
Nicolas Geoffray
2019-02-13
1
-1
/
+2
*
Use ArchType in dexpreopt config
Colin Cross
2019-02-12
1
-4
/
+6
*
Move dexpreopt image selection out of dexpreopt package
Colin Cross
2019-02-11
1
-5
/
+5
*
Remove unused dexpreopt UseEmbeddedDex
Colin Cross
2019-02-08
1
-1
/
+0
*
Rename preferCodeIntegrity to useEmbeddedDex
Victor Hsieh
2019-01-29
1
-8
/
+8
*
Preopt: Do not strip non-image boot class path jars.
Vladimir Marko
2019-01-11
1
-0
/
+1
*
Allow modules to disable stripping when dexpreopting
Colin Cross
2019-01-10
1
-0
/
+1
*
Preopt: Pass -Xbootclasspath: arg to dex2oat.
Vladimir Marko
2019-01-09
1
-1
/
+4
*
manifest_fixer: rename to --prefer-code-integrity
Victor Hsieh
2019-01-03
1
-8
/
+8
*
Dexpreopt soong modules inside soong
Colin Cross
2018-12-15
1
-0
/
+141
[next]