summaryrefslogtreecommitdiff
path: root/tools/veridex
Commit message (Expand)AuthorAgeFilesLines
* Disable most ART source modules when ART prebuilts are enabled.Martin Stjernholm2021-05-201-0/+2
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-021-0/+9
* Added extra safety in veridexHyangseok Chae2021-01-152-8/+38
* replace "whitelist" with "sdk" in appcompat.shJeongik Cha2020-08-251-1/+1
* Rename api listsAndrei Onea2020-08-132-3/+3
* Add warning comments on formatJeongik Cha2020-02-051-0/+4
* Report any non-app signatures.Artur Satayev2019-10-087-62/+130
* Allow excluding API list values via command line arguments.Artur Satayev2019-09-255-26/+91
* Do not initialize VeriClass java objects unless precise mode is enabled.Artur Satayev2019-09-161-29/+30
* Replace more occurrences of `make` with `m` in ART.Roland Levillain2019-08-111-1/+1
* Install appcompat.sh for use by make rulesPaul Duffin2019-07-111-0/+7
* ART: Run bpfmt over ART's blueprint filesAndreas Gampe2019-05-171-1/+4
* veridex: Add cmd line flag to filter app classes by nameDavid Brazdil2019-05-086-100/+175
* Use the right directory for the csv file.Nicolas Geoffray2019-04-051-1/+13
* Veridex: Explicitly enable Darwin targetOrion Hodson2019-04-021-0/+5
* Fix veridex reportingDavid Brazdil2019-01-281-1/+1
* Fix braino in HiddenApi::IsInAnyList.Nicolas Geoffray2019-01-242-1/+3
* hiddenapi: Support 'core-platform-api' flagDavid Brazdil2019-01-213-8/+7
* ART: Move Signature to its own headerAndreas Gampe2019-01-031-0/+1
* ART: Move dex structs into own headerAndreas Gampe2019-01-024-19/+22
* Honor ANDROID_LOG_TAGS when logging.Dario Freni2018-12-191-0/+1
* hiddenapi: Convert API lists to a flags CSV fileDavid Brazdil2018-11-295-117/+82
* Rename and reorganize hiddenapi::ApiListDavid Brazdil2018-11-224-19/+18
* Remove dependencies on libutils.Martin Stjernholm2018-10-301-1/+0
* Merge "Revert "Link compression libs statically into libartbase and use those...Nicolas Geoffray2018-10-301-0/+2
|\
| * Revert "Link compression libs statically into libartbase and use those everyw...Nicolas Geoffray2018-10-301-0/+2
* | Remove HiddenApiAccessFlags, move content to hiddenapi::David Brazdil2018-10-304-22/+23
|/
* Link compression libs statically into libartbase and use those everywhere.Martin Stjernholm2018-10-291-2/+0
* ART: Fix tidy bugprone-macro-parenthesesAndreas Gampe2018-10-191-1/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-092-5/+6
* ART: Give veridex ART defaultsAndreas Gampe2018-10-034-4/+4
* Suppress dupe output references in veridex.Anton Hansson2018-09-282-10/+27
* Remove superfluous '{'.Nicolas Geoffray2018-09-241-2/+2
* Use consistent style when checking env vars.Dario Freni2018-09-201-3/+3
* Accept an optional PACKAGING env parameter.Dario Freni2018-09-191-1/+3
* Merge "Provide an error message for missing dex-file arg."Anton Hansson2018-09-191-10/+16
|\
| * Provide an error message for missing dex-file arg.Anton Hansson2018-09-191-11/+16
* | Make veridex not output whitelisted uses by default.Anton Hansson2018-09-191-1/+3
|/
* Fix problems with veridex packagingDan Willemsen2018-09-171-10/+18
* Add a --whitelist and --only-report-sdk-uses to veridex.Nicolas Geoffray2018-09-146-24/+58
* ART: Fix tidy warnings in veridexAndreas Gampe2018-09-051-2/+4
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-4/+4
* Move veridex to ClassAccessorMathieu Chartier2018-08-076-123/+73
* Add a public error code to DexFileLoader::OpenAll.Dario Freni2018-07-191-0/+6
* ART: Do not use std::<container>::at().Vladimir Marko2018-07-031-2/+3
* Follow rename from removing desugar supportColin Cross2018-06-061-2/+2
* Add system and oahl stubs to veridex.zipNicolas Geoffray2018-06-012-5/+14
* Add sdk destinations for appcompat.sh related files.Nicolas Geoffray2018-05-303-10/+55
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-1/+5
* [veridex] Add a --target-sdk-version to avoid false positives.Nicolas Geoffray2018-05-114-17/+119