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
/
java
/
dexpreopt_bootjars.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect permitted packages from java_sdk_library instances
Paul Duffin
2020-05-29
1
-2
/
+2
*
Add "updatable" property to ApexModule interface.
Ulya Trafimovich
2020-05-27
1
-11
/
+12
*
Revert "Generate the ART boot image for host as well (used by ART tests)."
Jeff Tinker
2020-05-19
1
-28
/
+21
*
Generate the ART boot image for host as well (used by ART tests).
David Srbecky
2020-05-19
1
-21
/
+28
*
Relax boot image check to allow platform Jacoco variant in a coverage build.
Ulya Trafimovich
2020-04-09
1
-0
/
+3
*
Forbid generating boot image files for jars in updatable modules.
Ulya Trafimovich
2020-04-09
1
-8
/
+60
*
Add file with updatable BCP packages to /system/etc/
Vladimir Marko
2020-04-03
1
-0
/
+57
*
Distinguish boot images by target rather than arch
David Srbecky
2020-04-03
1
-75
/
+66
*
Set '--force-determinism' option for boot image compilation.
Ulya Trafimovich
2020-03-11
1
-0
/
+1
*
Do all dexpreoptDisabled checks before registering a dex2oat host dep.
Martin Stjernholm
2020-02-13
1
-0
/
+4
*
Reland: Move the Once cache for dexpreopt.GlobalConfig into the
Martin Stjernholm
2020-02-13
1
-6
/
+6
*
Reland: Separate dexpreopt.GlobalSoongConfig to allow independent
Martin Stjernholm
2020-02-13
1
-3
/
+6
*
Remove UseApexImage and GenerateApexImage.
Nicolas Geoffray
2020-02-07
1
-12
/
+0
*
Fix --boot-image argument in dex2oat command for boot image extension.
Ulya Trafimovich
2020-01-28
1
-1
/
+4
*
Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."
Hans Boehm
2020-01-27
1
-6
/
+3
*
Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..."
Hans Boehm
2020-01-27
1
-7
/
+7
*
Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt
Martin Stjernholm
2020-01-24
1
-7
/
+7
*
Separate dexpreopt.GlobalSoongConfig to allow independent caching of
Martin Stjernholm
2020-01-24
1
-3
/
+6
*
For JIT-zygote config, add "apex" boot image files to the ART apex.
Ulya Trafimovich
2020-01-22
1
-1
/
+12
*
Use boot image extension in the JIT-zygote experiment.
Ulya Trafimovich
2020-01-10
1
-1
/
+2
*
Merge "Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true."
Ulyana Trafimovich
2020-01-08
1
-11
/
+3
|
\
|
*
Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true.
Ulya Trafimovich
2020-01-06
1
-11
/
+3
*
|
Move generation of the dexpreopt tool paths into Soong.
Martin Stjernholm
2020-01-07
1
-6
/
+4
*
|
Respect JIT-zygote config when generating boot image location.
Ulya Trafimovich
2020-01-06
1
-8
/
+7
|
/
*
Revert "Consistently use either "boot" or "apex" boot image as the default."
Lingfeng Yang
2019-12-19
1
-10
/
+7
*
Consistently use either "boot" or "apex" boot image as the default.
Ulya Trafimovich
2019-12-18
1
-7
/
+10
*
Revert "Use boot image extension for framework libraries."
Ulyana Trafimovich
2019-12-11
1
-3
/
+11
*
Pass correct --image argument to oatdump.
Ulya Trafimovich
2019-12-06
1
-1
/
+1
*
Export art dexpreopt image zip file
Colin Cross
2019-12-04
1
-2
/
+3
*
Use boot image extension for framework libraries.
Ulya Trafimovich
2019-12-03
1
-56
/
+96
*
Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex."
Ulyana Trafimovich
2019-11-08
1
-23
/
+38
*
Revert^3 "Package dexpreopt artifacts for libcore jars in the ART apex."
Ulyana Trafimovich
2019-11-07
1
-30
/
+23
*
Revert^2 "Package dexpreopt artifacts for libcore jars in the ART apex."
Ulyana Trafimovich
2019-11-07
1
-23
/
+30
*
Merge "Disable dexpreopt on targets that do not include default ART config."
Ulyana Trafimovich
2019-11-04
1
-0
/
+4
|
\
|
*
Disable dexpreopt on targets that do not include default ART config.
Ulya Trafimovich
2019-11-01
1
-0
/
+4
*
|
stem property of java modules are propagated to Make
Jiyong Park
2019-10-31
1
-1
/
+1
|
/
*
Revert "Package dexpreopt artifacts for libcore jars in the ART apex."
Nicolas Geoffray
2019-10-30
1
-2
/
+0
*
Package dexpreopt artifacts for libcore jars in the ART apex.
Ulya Trafimovich
2019-10-28
1
-0
/
+2
*
Specify boot image format to be lz4hc
Mathieu Chartier
2019-07-26
1
-0
/
+1
*
Add support for generating boot profiles.
Nicolas Geoffray
2019-07-24
1
-0
/
+47
*
Add RuleBuilder helper functions for built and prebuilt tools
Colin Cross
2019-07-11
1
-2
/
+2
*
Revert "Revert "Remove option to create boot image based on preloaded classes""
Mathieu Chartier
2019-06-26
1
-3
/
+1
*
Revert "Remove option to create boot image based on preloaded classes"
Mathieu Chartier
2019-06-26
1
-1
/
+3
*
Remove option to create boot image based on preloaded classes
Mathieu Chartier
2019-06-25
1
-3
/
+1
*
Expand the dexpreopt image dependencies to entire image
Dan Willemsen
2019-06-18
1
-24
/
+37
*
Write dexpreopt.config again during the build
Colin Cross
2019-05-10
1
-0
/
+21
*
Fix dangling rules on aosp_cf_x86_phone
Colin Cross
2019-05-08
1
-10
/
+4
*
Add native_bridge target to Android.bp
dimitry
2019-05-03
1
-2
/
+4
*
Make makevars deterministic
Colin Cross
2019-04-12
1
-0
/
+7
*
Zip boot image
Colin Cross
2019-04-11
1
-2
/
+26
[next]