summaryrefslogtreecommitdiff
path: root/dexlist
Commit message (Expand)AuthorAgeFilesLines
* Uncouple ART gtests from the ART APEX.Roland Levillain2021-07-121-5/+21
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-021-0/+9
* Rename ART release APEX to com.android.art.Martin Stjernholm2020-10-201-1/+1
* Revert^2 "art: Remove dependencies on platform unavailable modules"Yo Chiang2020-08-111-1/+5
* Revert "art: Remove dependencies on platform unavailable modules"Insaf Latypov2020-08-061-5/+1
* art: Remove dependencies on platform unavailable modulesYo Chiang2020-08-061-1/+5
* Move gtest tool dependencies from makefile to soongDavid Srbecky2020-05-271-0/+1
* Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park2019-12-201-0/+4
* Revert submission 1191937-art_apex_availableJoseph Murphy2019-12-191-4/+0
* Use apex_available propertyJiyong Park2019-12-191-0/+4
* Various renames following the name change from "Runtime APEX" to "ART APEX".Martin Stjernholm2019-09-241-1/+1
* ART: Run bpfmt over ART's blueprint filesAndreas Gampe2019-05-171-1/+1
* ART: Fix some typesAndreas Gampe2019-04-251-1/+1
* Add and use art::GetAndroidRuntimeBinDir.Roland Levillain2019-04-121-2/+1
* Build dexlist, dexlayout, and profman for WindowsDavid Sehr2019-01-071-0/+20
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-3/+3
* Revert^4: Add dex item for hiddenapi flagsDavid Brazdil2018-10-281-1/+1
* Revert "Revert^2: Add dex item for hiddenapi flags"Luman Qu2018-10-261-1/+1
* Revert^2: Add dex item for hiddenapi flagsDavid Brazdil2018-10-251-1/+1
* Revert "Add dex item for hiddenapi flags"David Brazdil2018-10-241-1/+1
* Merge "Add dex item for hiddenapi flags"David Brazdil2018-10-241-1/+1
|\
| * Add dex item for hiddenapi flagsDavid Brazdil2018-10-231-1/+1
* | ART: Fix android-cloexec warningsAndreas Gampe2018-10-191-1/+1
|/
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-091-1/+1
* Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-3/+3
* Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-3/+3
* ART: Refactor typedef to usingAndreas Gampe2018-09-191-3/+3
* ART: Fix dexdump & dexlistAndreas Gampe2018-09-192-7/+3
* Refactor debug info position visitingMathieu Chartier2018-09-121-17/+8
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* Move dexdump, dexlist, openjdkjvmti to ClassAccessorMathieu Chartier2018-07-241-18/+13
* Add a public error code to DexFileLoader::OpenAll.Dario Freni2018-07-191-0/+2
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-1/+5
* Makes some ART gtests more robust to a non-standard environment.Roland Levillain2018-03-141-1/+1
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-2/+2
* Dex header cleanup and windows simplificationDavid Sehr2018-02-161-40/+13
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-311-1/+1
* Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-301-1/+1
* Make libdexfile build independent of runtime dirDavid Sehr2018-01-301-1/+1
* ART: Use libbase for logging in command-line toolsAndreas Gampe2018-01-221-10/+13
* Build dexdump2 and dexlist without libartDavid Sehr2018-01-222-12/+49
* Move debug info offsets into a side tableMathieu Chartier2018-01-131-1/+1
* Revert "Revert "Move quickening info logic to its own table""Mathieu Chartier2018-01-131-1/+1
* Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-1/+3
* Revert "Move quickening info logic to its own table"Nicolas Geoffray2018-01-121-1/+1
* Move quickening info logic to its own tableMathieu Chartier2018-01-111-1/+1
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-3/+3
* Add code_item_accessors-no_art-inl and use it in dexlist, dexdumpMathieu Chartier2017-12-191-3/+4
* Merge "Add CodeItemDebugInfoAccessor"Mathieu Chartier2017-12-121-1/+1
|\