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
/
dex.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for remote-execution / caching of jar/zip actions
Kousik Kumar
2020-05-30
1
-18
/
+36
*
Merge "Refactor RBE support for Javac/R8/D8 to use the remoteexec package." i...
TreeHugger Robot
2020-05-29
1
-17
/
+38
|
\
|
*
Refactor RBE support for Javac/R8/D8 to use the remoteexec package.
Treehugger Robot
2020-05-25
1
-17
/
+38
*
|
Allow the user to explicitly set the java Uncompress_dex property.
David Srbecky
2020-05-21
1
-2
/
+3
|
/
*
Merge "Add support for experimentally enabling RBE support on specific rules."
Ramy Medhat
2020-01-28
1
-4
/
+4
|
\
|
*
Add support for experimentally enabling RBE support on specific rules.
Ramy Medhat
2020-01-28
1
-4
/
+4
*
|
Abstract sdk_version string using sdkSpec type
Jiyong Park
2020-01-25
1
-2
/
+2
|
/
*
Remove passing -forceprocessing flag to R8
Søren Gjesse
2019-11-27
1
-1
/
+0
*
Fix turbine classpath arguments
Colin Cross
2019-11-07
1
-2
/
+2
*
Fix handling optimize.enabled from java_defaults
Sasha Smundak
2019-04-17
1
-1
/
+1
*
Optimize CPU time when running d8 and r8
Colin Cross
2019-03-01
1
-2
/
+2
*
soong_zip after dex should not fail when no *.dex files were generated
Sasha Smundak
2019-02-15
1
-2
/
+2
*
Always do zipalign with uncompressDex.
Nicolas Geoffray
2019-01-23
1
-0
/
+5
*
Pass annotation processors to kotlinc
Colin Cross
2019-01-22
1
-2
/
+2
*
Use debug mode when running R8 for eng builds.
Jaewoong Jung
2018-11-30
1
-0
/
+5
*
Store dex files uncompressed and unstripped in privileged APKs
Colin Cross
2018-10-25
1
-9
/
+16
*
Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR
Colin Cross
2018-10-18
1
-2
/
+2
*
Use file glob for zipping classes*.dex files
Colin Cross
2018-09-28
1
-2
/
+2
*
Add dependencies on d8 and r8 library arguments
Colin Cross
2018-09-28
1
-3
/
+12
*
Pass classpath to d8
Colin Cross
2018-09-27
1
-9
/
+18
*
Don't include data resources when running R8
Søren Gjesse
2018-09-14
1
-0
/
+1
*
Ensure that the R8 minification map (ProGuard dictionary) file exists
Søren Gjesse
2018-08-27
1
-0
/
+2
*
Don't pass resources to r8
Colin Cross
2018-08-16
1
-1
/
+0
*
Make :module provide the output file for java modules
Colin Cross
2018-08-16
1
-1
/
+1
*
Add proguard_flags_files to r8 command line
Colin Cross
2018-08-13
1
-0
/
+2
*
Make merge_zips -stripFile use blueprint style globs
Colin Cross
2018-07-16
1
-2
/
+2
*
Add support for min_sdk_version
Colin Cross
2018-07-09
1
-1
/
+6
*
Revert "Revert "Remove desugar support""
Colin Cross
2018-06-06
1
-109
/
+11
*
Revert "Remove desugar support"
Colin Cross
2018-06-06
1
-11
/
+109
*
Remove desugar support
Colin Cross
2018-06-06
1
-109
/
+11
*
Declare proguard_dictionary as implicit output of r8
Colin Cross
2018-05-17
1
-6
/
+8
*
Add EMMA_INSTRUMENT_STATIC support
Colin Cross
2018-01-04
1
-0
/
+5
*
Add R8 support
Colin Cross
2018-01-03
1
-16
/
+107
*
Refactor dexing
Colin Cross
2018-01-02
1
-0
/
+181