aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt/dexpreopt_test.go
Commit message (Expand)AuthorAgeFilesLines
* Determine GC type based on BUILT_KERNEL_VERSION_FILE.Jiakai Zhang2024-02-021-7/+62
* Remove PreoptExtractedApk.Jiakai Zhang2023-11-281-1/+0
* Move CLC construction to Ninja phase.Jiakai Zhang2023-05-301-7/+14
* support system server jars install in system_extliulvping2022-09-161-0/+32
* Dexpreopt standalone system server jars.Jiakai Zhang2021-12-201-0/+55
* Revert^2 "Preopt APEX system server jars."Jiakai Zhang2021-09-161-4/+45
* Revert "Preopt APEX system server jars."Adrian Roos2021-09-151-45/+4
* Preopt APEX system server jars.Jiakai Zhang2021-09-151-4/+45
* Rename fields in dexpreopt configJeongik Cha2021-05-071-1/+1
* Drop DexPreoptImages field in dexpreopt configJeongik Cha2021-04-261-1/+0
* Expose "full" dexpreopt.configJeongik Cha2021-04-191-0/+17
* Add non-fatal mode for verify_uses_libraries check.Ulya Trafimovich2021-02-221-0/+1
* Allow createGlobalSoongConfig() to be used from testsPaul Duffin2021-01-211-3/+3
* Pass pctx and ctx to NewRuleBuilderColin Cross2020-12-011-3/+3
* Rework class loader context implementation.Ulya Trafimovich2020-11-031-3/+1
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-3/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+3
* Revert "Re-land "Move odexes of non-system apps into system_other""Anton Hansson2020-09-151-2/+3
* Re-land "Move odexes of non-system apps into system_other"Anton Hansson2020-09-111-3/+2
* Rename dexpreopt.config field to bring it in sync with Make.Ulya Trafimovich2020-06-121-1/+1
* Pass dexpreopt config structs by reference.Martin Stjernholm2020-02-131-6/+6
* Reland: Separate dexpreopt.GlobalSoongConfig to allow independentMartin Stjernholm2020-02-131-8/+16
* Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."Hans Boehm2020-01-271-16/+8
* Separate dexpreopt.GlobalSoongConfig to allow independent caching ofMartin Stjernholm2020-01-241-8/+16
* Move filesystem into ConfigColin Cross2019-12-181-3/+3
* Revert "Move odexes of non-system apps into system_other"Anton Hansson2019-12-061-2/+3
* Use boot image extension for framework libraries.Ulya Trafimovich2019-12-031-1/+2
* Merge "Remove support for stripping dex."Nicolas Geoffray2019-10-221-72/+0
|\
| * Remove support for stripping dex.Nicolas Geoffray2019-10-181-72/+0
* | Move odexes of non-system apps into system_otherAnton Hansson2019-10-031-3/+2
|/
* Add partition subdirs to system_otherAnton Hansson2019-10-031-3/+3
* Beef up system_other odex testsAnton Hansson2019-10-021-22/+71
* Expand the dexpreopt image dependencies to entire imageDan Willemsen2019-06-181-0/+1
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-291-1/+1
* Revert "Port uses-shared library verification and dexpreopting to Soong"Colin Cross2019-05-291-1/+1
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-281-1/+1
* Fix Rel() after ReplaceExtension or InSameDirColin Cross2019-02-271-3/+3
* Make RuleBuilder methods take PathsColin Cross2019-02-201-118/+55
* Revert "Make RuleBuilder methods take Paths"Colin Cross2019-02-211-55/+118
* Make RuleBuilder methods take PathsColin Cross2019-02-201-118/+55
* Set a dedicated variable for the runtime apex libs.Nicolas Geoffray2019-02-201-1/+1
* Move dexpreopting of boot jars into SoongColin Cross2019-02-151-23/+33
* Add RuleBuilder.Installs().String()Colin Cross2019-02-131-3/+3
* Revert "Revert "Never strip and store dex files uncompressed when they are pr...Nicolas Geoffray2019-02-131-0/+17
* Use ArchType in dexpreopt configColin Cross2019-02-121-1/+1
* Move dexpreopt image selection out of dexpreopt packageColin Cross2019-02-111-27/+23
* Remove unused dexpreopt UseEmbeddedDexColin Cross2019-02-081-1/+0
* Move dexpreopt.Script to android.RuleBuilderColin Cross2019-02-051-3/+4
* Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh2019-01-291-1/+1
* Allow modules to disable stripping when dexpreoptingColin Cross2019-01-101-40/+54