aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt
Commit message (Expand)AuthorAgeFilesLines
...
| * eng builds: dexpreopt: stop explicitly removing minidebuginfoRyan Savitski2021-08-041-5/+0
* | Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer.Ulya Trafimovich2021-08-202-34/+62
* | Merge "Fix the way manifest fixer detects optional <uses-library> entries."Aurimas Liutikas2021-08-132-45/+70
|\ \
| * | Fix the way manifest fixer detects optional <uses-library> entries.Ulya Trafimovich2021-08-132-45/+70
| |/
* / Fix tests to use correct fixtures for configuring (Apex)BootJars.satayev2021-08-101-0/+14
|/
* Rename UpdatableSystemServerJars to ApexSystemServerJars.satayev2021-07-282-12/+12
* Rename UpdatableBootJars to ApexBootJars.satayev2021-07-222-9/+9
* Don't attempt to add stub libraries to class loader context.Ulya Trafimovich2021-07-161-3/+11
* Merge "Drop "prebuilt_" prefix when adding libraries to class loader context."Ulyana Trafimovich2021-07-151-0/+3
|\
| * Drop "prebuilt_" prefix when adding libraries to class loader context.Ulya Trafimovich2021-07-151-0/+3
* | Add ClassLoaderContextMap.Dump()Paul Duffin2021-07-131-0/+10
|/
* Update dex_preopt related OWNERSOrion Hodson2021-06-171-1/+1
* Don't fail if the target module is disabled in dex2oat toolMartin Stjernholm2021-05-181-0/+10
* Add usesTargetFiles option in dexpreopt_genJeongik Cha2021-05-153-26/+59
* Merge "Rename fields in dexpreopt config"Treehugger Robot2021-05-083-5/+5
|\
| * Rename fields in dexpreopt configJeongik Cha2021-05-073-5/+5
* | Make SystemServerJars ConfiguredJarList.satayev2021-05-052-6/+6
* | Fix profileCommand to remove the profile first.Vladimir Marko2021-04-291-2/+4
* | Add GetEmbeddedPrebuilt and IsModulePrebuiltPaul Duffin2021-04-281-2/+2
|/
* Merge "Drop DexPreoptImages field in dexpreopt config"Treehugger Robot2021-04-272-6/+1
|\
| * Drop DexPreoptImages field in dexpreopt configJeongik Cha2021-04-262-6/+1
* | Merge "profman: Clean up output profile type options."Vladimir Marko2021-04-261-1/+2
|\ \
| * | profman: Clean up output profile type options.Vladimir Marko2021-04-231-1/+2
* | | Check consistency of the BootJars/UpdatableBootJars configPaul Duffin2021-04-231-0/+21
| |/ |/|
* | Merge "Expose "full" dexpreopt.config"Treehugger Robot2021-04-232-42/+68
|\ \
| * | Expose "full" dexpreopt.configJeongik Cha2021-04-192-42/+68
| |/
* / Fix toJsonClassLoaderContextRec size bugJeongik Cha2021-04-222-3/+26
|/
* Made ManifestPath OptionalPath instead of PathJeongik Cha2021-04-152-4/+4
* Merge changes I1f0ab4af,Iea3be0fcUlyana Trafimovich2021-03-291-20/+38
|\
| * Fix AAPT path in dexpreopt.Ulya Trafimovich2021-03-251-1/+1
| * Allow modules that don't run verify_uses_libraries to have nonempty CLC.Ulya Trafimovich2021-03-221-20/+38
* | Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)."Ulyana Trafimovich2021-03-252-0/+16
|\ \
| * | Allow using updatable boot jars in dexpreopt (but don't use them yet).Ulya Trafimovich2021-03-242-0/+16
| |/
* | Cleanup usages of Dex2oatDepTagPaul Duffin2021-03-241-2/+16
* | Group all the preparations needed for testing dexpreoptPaul Duffin2021-03-241-2/+41
* | Use more inclusive language in dexpreopt/testing.goPaul Duffin2021-03-241-7/+7
|/
* Reimplement verify_uses_libraries.sh in manifest_check.py.Ulya Trafimovich2021-03-151-14/+10
* Support test fixtures in dexpreopt packagePaul Duffin2021-03-101-0/+33
* Merge "Stop using '&' for class loader context."Nicolas Geoffray2021-03-081-5/+2
|\
| * Stop using '&' for class loader context.Nicolas Geoffray2021-03-051-5/+2
* | Use compiler filter "verify" for dexpreopt w/o class loader context.Ulya Trafimovich2021-03-022-3/+3
* | Add non-fatal mode for verify_uses_libraries check.Ulya Trafimovich2021-02-223-16/+45
|/
* Preserve <uses-library> order in dexpreopt.config files.Ulya Trafimovich2021-02-111-15/+12
* Add LOCAL_LICENSE_KINDS to build/soongBob Badour2021-02-062-0/+8
* Merge "Write module dexpreopt.config for Make."Ulyana Trafimovich2021-02-012-0/+60
|\
| * Write module dexpreopt.config for Make.Ulya Trafimovich2021-01-282-0/+60
* | Merge "Make dexpreopt tools available for all java tests"Paul Duffin2021-01-261-1/+1
|\ \ | |/ |/|
| * Make dexpreopt tools available for all java testsPaul Duffin2021-01-251-1/+1
* | Merge "Use tree representation for class loader context in Make."Ulyana Trafimovich2021-01-251-21/+29
|\ \ | |/ |/|
| * Use tree representation for class loader context in Make.Ulya Trafimovich2021-01-221-21/+29