aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt
Commit message (Expand)AuthorAgeFilesLines
* Determine GC type based on BUILT_KERNEL_VERSION_FILE.Jiakai Zhang2024-02-024-16/+131
* Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars"Spandan Das2024-01-251-24/+13
* Ensure sscp jars get copied to $OUT/soong/system_server_dexjarsSpandan Das2024-01-241-13/+24
* "master" was renamed "main".Elliott Hughes2024-01-091-19/+19
* Remove PreoptExtractedApk.Jiakai Zhang2023-11-283-4/+1
* Change OnlyPreoptBootImageAndSystemServer to OnlyPreoptArtBootImage.Jiakai Zhang2023-11-092-46/+41
* Add a Make variable to determine ART boot image jars for testing.Jiakai Zhang2023-07-142-1/+10
* Merge "Fix FirstUniqueStrings after conversion to generics"Treehugger Robot2023-06-291-2/+0
|\
| * Fix FirstUniqueStrings after conversion to genericsColin Cross2023-06-271-2/+0
* | Use per-app package list to avoid unnecessary dexpreopt.Jiakai Zhang2023-06-283-21/+30
|/
* Use generics for DepSetsColin Cross2023-06-221-1/+1
* Merge "Move CLC construction to Ninja phase."Jiakai Zhang2023-05-305-147/+82
|\
| * Move CLC construction to Ninja phase.Jiakai Zhang2023-05-305-147/+82
* | Parallelize singleton executionLaMont Jones2023-05-191-1/+1
|/
* Revert^2 "Generate app profiles even if dexpreopt is disabled."Jiakai Zhang2023-05-082-0/+15
* Revert^2 "Generate boot image profiles even if dexpreopt is disabled."Jiakai Zhang2023-05-082-0/+16
* Revert "Generate boot image profiles even if dexpreopt is disabled."Qiao Yang2023-05-051-7/+0
* Revert "Generate app profiles even if dexpreopt is disabled."Qiao Yang2023-05-052-15/+0
* Generate app profiles even if dexpreopt is disabled.Jiakai Zhang2023-05-042-0/+15
* Generate boot image profiles even if dexpreopt is disabled.Jiakai Zhang2023-05-031-0/+7
* Remove OWNERS access for non-build team people to core build systemJoe Onorato2023-02-281-1/+0
* Install system server jar profiles into the APEX.Jiakai Zhang2023-02-081-0/+4
* Pass "-Xgc:CMC" to dex2oat when userfaultfd GC is enabled.Jiakai Zhang2022-11-162-0/+6
* support system server jars install in system_extliulvping2022-09-162-0/+37
* Reformat build/soong for go 1.19Colin Cross2022-08-171-17/+15
* Use aapt2Saeid Farivar Asanjan2022-08-081-2/+2
* Merge "Dexpreopt: use "speed-profile" if a system server jar has a profile."Jiakai Zhang2022-07-071-1/+5
|\
| * Dexpreopt: use "speed-profile" if a system server jar has a profile.Ulya Trafimovich2022-07-071-1/+5
* | Deterministically report path errors to all callers of dexpreopt.GetGlobalConfigColin Cross2022-05-171-7/+37
|/
* Revert "Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer."Ulya Trafimovich2022-05-042-77/+44
* Correctly serialize class loader context for "any" SDK version to JSON.Ulya Trafimovich2022-04-282-0/+35
* Remove obsolete dexpreopt config option `UseArtImage`.Ulya Trafimovich2022-04-271-2/+0
* Add markdown docs for dexpreopt.Ulya Trafimovich2022-03-031-0/+258
* Add support for excluding libraries from class loader contextsPaul Duffin2022-02-072-0/+194
* Annotate more java dependencies for licensingColin Cross2022-01-281-0/+1
* Merge changes I8f4eaed1,I358a62d3Jiakai Zhang2021-12-203-22/+124
|\
| * Dexpreopt standalone system server jars.Jiakai Zhang2021-12-203-22/+124
* | Test that `DisableGenerateProfile` takes effects for APEXes.Jiakai Zhang2021-12-141-0/+7
|/
* Add ART boot image profile to the ART APEX.Jiakai Zhang2021-12-031-11/+18
* Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pbJiakai Zhang2021-11-302-4/+23
* Fix OutDir vs SoongOutDir in testsColin Cross2021-11-091-15/+15
* Add a build-time check for dexpreopting system server jars.Jiakai Zhang2021-10-291-16/+12
* Defer dexpreopt failure with missing implementation jarPaul Duffin2021-10-071-1/+8
* Move copy rule for system server jars from dexpreopt_gen to makefiles.Ulya Trafimovich2021-09-211-4/+12
* Revert^2 "Preopt APEX system server jars."Jiakai Zhang2021-09-162-25/+78
* Revert "Preopt APEX system server jars."Adrian Roos2021-09-152-78/+25
* Preopt APEX system server jars.Jiakai Zhang2021-09-152-25/+78
* Make OutDir() and SoongOutDir() be consistent.Lukacs T. Berki2021-09-021-1/+3
* Rename BuildDir and NinjaBuildDir.Lukacs T. Berki2021-08-271-1/+1
* Merge "eng builds: dexpreopt: stop explicitly removing minidebuginfo"Treehugger Robot2021-08-241-5/+0
|\