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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine GC type based on BUILT_KERNEL_VERSION_FILE.
Jiakai Zhang
2024-02-02
4
-16
/
+131
*
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
*
"master" was renamed "main".
Elliott Hughes
2024-01-09
1
-19
/
+19
*
Remove PreoptExtractedApk.
Jiakai Zhang
2023-11-28
3
-4
/
+1
*
Change OnlyPreoptBootImageAndSystemServer to OnlyPreoptArtBootImage.
Jiakai Zhang
2023-11-09
2
-46
/
+41
*
Add a Make variable to determine ART boot image jars for testing.
Jiakai Zhang
2023-07-14
2
-1
/
+10
*
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
3
-21
/
+30
|
/
*
Use generics for DepSets
Colin Cross
2023-06-22
1
-1
/
+1
*
Merge "Move CLC construction to Ninja phase."
Jiakai Zhang
2023-05-30
5
-147
/
+82
|
\
|
*
Move CLC construction to Ninja phase.
Jiakai Zhang
2023-05-30
5
-147
/
+82
*
|
Parallelize singleton execution
LaMont Jones
2023-05-19
1
-1
/
+1
|
/
*
Revert^2 "Generate app profiles even if dexpreopt is disabled."
Jiakai Zhang
2023-05-08
2
-0
/
+15
*
Revert^2 "Generate boot image profiles even if dexpreopt is disabled."
Jiakai Zhang
2023-05-08
2
-0
/
+16
*
Revert "Generate boot image profiles even if dexpreopt is disabled."
Qiao Yang
2023-05-05
1
-7
/
+0
*
Revert "Generate app profiles even if dexpreopt is disabled."
Qiao Yang
2023-05-05
2
-15
/
+0
*
Generate app profiles even if dexpreopt is disabled.
Jiakai Zhang
2023-05-04
2
-0
/
+15
*
Generate boot image profiles even if dexpreopt is disabled.
Jiakai Zhang
2023-05-03
1
-0
/
+7
*
Remove OWNERS access for non-build team people to core build system
Joe Onorato
2023-02-28
1
-1
/
+0
*
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
2
-0
/
+6
*
support system server jars install in system_ext
liulvping
2022-09-16
2
-0
/
+37
*
Reformat build/soong for go 1.19
Colin Cross
2022-08-17
1
-17
/
+15
*
Use aapt2
Saeid Farivar Asanjan
2022-08-08
1
-2
/
+2
*
Merge "Dexpreopt: use "speed-profile" if a system server jar has a profile."
Jiakai Zhang
2022-07-07
1
-1
/
+5
|
\
|
*
Dexpreopt: use "speed-profile" if a system server jar has a profile.
Ulya Trafimovich
2022-07-07
1
-1
/
+5
*
|
Deterministically report path errors to all callers of dexpreopt.GetGlobalConfig
Colin Cross
2022-05-17
1
-7
/
+37
|
/
*
Revert "Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer."
Ulya Trafimovich
2022-05-04
2
-77
/
+44
*
Correctly serialize class loader context for "any" SDK version to JSON.
Ulya Trafimovich
2022-04-28
2
-0
/
+35
*
Remove obsolete dexpreopt config option `UseArtImage`.
Ulya Trafimovich
2022-04-27
1
-2
/
+0
*
Add markdown docs for dexpreopt.
Ulya Trafimovich
2022-03-03
1
-0
/
+258
*
Add support for excluding libraries from class loader contexts
Paul Duffin
2022-02-07
2
-0
/
+194
*
Annotate more java dependencies for licensing
Colin Cross
2022-01-28
1
-0
/
+1
*
Merge changes I8f4eaed1,I358a62d3
Jiakai Zhang
2021-12-20
3
-22
/
+124
|
\
|
*
Dexpreopt standalone system server jars.
Jiakai Zhang
2021-12-20
3
-22
/
+124
*
|
Test that `DisableGenerateProfile` takes effects for APEXes.
Jiakai Zhang
2021-12-14
1
-0
/
+7
|
/
*
Add ART boot image profile to the ART APEX.
Jiakai Zhang
2021-12-03
1
-11
/
+18
*
Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pb
Jiakai Zhang
2021-11-30
2
-4
/
+23
*
Fix OutDir vs SoongOutDir in tests
Colin Cross
2021-11-09
1
-15
/
+15
*
Add a build-time check for dexpreopting system server jars.
Jiakai Zhang
2021-10-29
1
-16
/
+12
*
Defer dexpreopt failure with missing implementation jar
Paul Duffin
2021-10-07
1
-1
/
+8
*
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
2
-25
/
+78
*
Revert "Preopt APEX system server jars."
Adrian Roos
2021-09-15
2
-78
/
+25
*
Preopt APEX system server jars.
Jiakai Zhang
2021-09-15
2
-25
/
+78
*
Make OutDir() and SoongOutDir() be consistent.
Lukacs T. Berki
2021-09-02
1
-1
/
+3
*
Rename BuildDir and NinjaBuildDir.
Lukacs T. Berki
2021-08-27
1
-1
/
+1
*
Merge "eng builds: dexpreopt: stop explicitly removing minidebuginfo"
Treehugger Robot
2021-08-24
1
-5
/
+0
|
\
[next]