summaryrefslogtreecommitdiff
path: root/tools/hiddenapi
Commit message (Expand)AuthorAgeFilesLines
* Initialize fragment_ and verbose_ fields in hiddenapi.ccPaul Duffin2021-06-261-2/+2
* Allow hiddenapi list to be more lax when run on a fragmentPaul Duffin2021-06-261-13/+35
* Add flag for clamping hidden api listAndrei Onea2021-06-252-2/+77
* Support modularization in "hiddenapi list" toolPaul Duffin2021-05-251-3/+35
* Ignore empty stub dex jarsPaul Duffin2021-05-251-7/+20
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-021-0/+9
* Link all internal libraries statically into hiddenapi(d).Martin Stjernholm2020-09-281-10/+9
* Dedupe some code in hiddenapi.ccAnton Hansson2020-09-221-8/+9
* Rename api listsAndrei Onea2020-08-131-135/+135
* Rename ApiList::Value enumsAndrei Onea2020-08-103-37/+37
* A few more inclusive language updatesOrion Hodson2020-07-281-1/+1
* Finish move of jar compilation rules from makefile to soong.David Srbecky2020-05-291-0/+4
* Move gtest tool dependencies from makefile to soongDavid Srbecky2020-05-271-0/+1
* Make dex2oat(d) and hiddenapi 64-bit only on host.Martin Stjernholm2020-02-251-3/+9
* Various renames following the name change from "Runtime APEX" to "ART APEX".Martin Stjernholm2019-09-241-1/+1
* hiddenapi: add 'test-api' flag into dex files.Mariia Feofanova2019-09-111-0/+34
* ART: Fix some typesAndreas Gampe2019-04-251-1/+1
* hiddenapi: Error message when superclass not foundDavid Brazdil2019-04-251-1/+5
* Add and use art::GetAndroidRuntimeBinDir.Roland Levillain2019-04-121-3/+2
* Partially disable building ART for host on Mac.David Srbecky2019-03-271-2/+3
* art: use PLOG rather than LOG strerror.Elliott Hughes2019-03-081-2/+2
* Differentiate system and test apis in whitelistAndrei Onea2019-03-082-11/+26
* Merge "Disallow duplicated classes on boot classpath."Steven Moreland2019-02-191-16/+4
|\
| * Disallow duplicated classes on boot classpath.David Brazdil2019-01-281-16/+4
* | hiddenapi: Use std::string_view more.Vladimir Marko2019-02-181-8/+8
* | Replace StringPiece with std::string_view in profman.Vladimir Marko2019-02-071-20/+26
* | hiddenapi: Fix class hierarchy traversalDavid Brazdil2019-02-012-117/+175
|/
* hiddenapi: Enable assign-all CHECKDavid Brazdil2019-01-231-5/+2
* hiddenapi: Support 'core-platform-api' flagDavid Brazdil2019-01-212-30/+29
* hiddenapi: Produce CSV for `list` commandDavid Brazdil2019-01-211-50/+46
* hiddenapi: Better error message for boot cp inconsistenciesDavid Brazdil2019-01-181-3/+19
* Improved error message when multiple annotations.Mathew Inwood2019-01-081-5/+18
* ART: Move dex structs into own headerAndreas Gampe2019-01-022-19/+19
* hiddenapi: Fix typoDavid Brazdil2018-11-301-1/+1
* hiddenapi: Turn CHECK into a warningDavid Brazdil2018-11-301-2/+5
* hiddenapi: Convert API lists to a flags CSV fileDavid Brazdil2018-11-292-249/+275
* Fix "performance-for-range-copy" error.Elliott Hughes2018-11-281-1/+1
* Rename and reorganize hiddenapi::ApiListDavid Brazdil2018-11-222-36/+37
* ART: Fix performance-inefficient-vector-operationAndreas Gampe2018-11-201-0/+1
* hiddenapi: Initialize unused value in DexFile::MapItemDavid Brazdil2018-11-121-0/+1
* Remove HiddenApiAccessFlags, move content to hiddenapi::David Brazdil2018-10-302-53/+54
* Revert^4: Add dex item for hiddenapi flagsDavid Brazdil2018-10-282-45/+382
* Revert "Revert^2: Add dex item for hiddenapi flags"Luman Qu2018-10-262-382/+45
* Revert^2: Add dex item for hiddenapi flagsDavid Brazdil2018-10-252-45/+382
* Revert "Add dex item for hiddenapi flags"David Brazdil2018-10-242-382/+45
* Add dex item for hiddenapi flagsDavid Brazdil2018-10-232-45/+382
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-092-21/+30
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-4/+4
* Move hiddenapi to ClassAccessorMathieu Chartier2018-08-072-119/+91
* hiddenapi: Handle visibility through inheritanceDavid Brazdil2018-08-061-43/+111