summaryrefslogtreecommitdiff
path: root/runtime/hidden_api_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Create directory before running tests.Nicolas Geoffray2021-03-081-0/+4
* Support /system/system_ext/framework jars with hiddenapi.Nicolas Geoffray2021-03-051-305/+186
* Revert "Remove obsolete TestApiEnforcementPolicy."satayev2021-02-231-0/+20
* Remove obsolete TestApiEnforcementPolicy.Artur Satayev2021-02-021-20/+0
* Check if app has ALLOW_TEST_API_ACCESS change idPedro Loureiro2020-11-251-2/+24
* Add compat framework logging to ARTAndrei Onea2020-11-231-2/+3
* Rename ApiList::Value enumsAndrei Onea2020-08-101-68/+68
* Retry path removal and log errors in case of failureOrion Hodson2020-07-201-10/+20
* Fixes for gtests in eng-prodDavid Srbecky2020-07-151-0/+1
* Add support for greylist-max-r signatures.Artur Satayev2020-05-211-1/+23
* Allow bootjars in system_ext.Chris Gross2020-05-051-0/+104
* Gate access to targetsdk-max-p,q on compat frameworkatrost2020-02-271-0/+30
* Only allow access to @TestApi signatures in instrumented processes.Artur Satayev2019-11-071-0/+38
* Add tests for GreylistMaxQ.Artur Satayev2019-10-311-0/+14
* Fix buildbots hidden_api_testDavid Brazdil2019-03-161-9/+33
* hiddenapi domain: Use oat dex file location if availableDavid Brazdil2019-03-141-0/+210
* Fix handling of proxy classes in hidden_api.hDavid Brazdil2019-03-041-1/+1
* Do not enter hidden API slow path when policy==DisabledDavid Brazdil2019-01-091-7/+0
* hiddenapi: Introduce greylist-max-pDavid Brazdil2018-11-291-0/+13
* Rename and reorganize hiddenapi::ApiListDavid Brazdil2018-11-221-18/+20
* Create SdkVersion enum, migrate users to itDavid Brazdil2018-11-161-2/+3
* Simplify hidden_api.h logicDavid Brazdil2018-11-141-34/+35
* Remove HiddenApiAccessFlags, move content to hiddenapi::David Brazdil2018-10-301-16/+16
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-2/+2
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* Fix hiddenapi::MemberSignature for proxiesDavid Brazdil2018-05-081-1/+55
* Fix hidden API flags decoding for intrinsicsDavid Brazdil2018-05-081-23/+28
* Replace kAllLists policy with kJustWarn.Mathew Inwood2018-05-081-0/+34
* ART: Refactor hidden_apiAndreas Gampe2018-03-281-91/+93
* Support for API exemptions from API blacklisting.Mathew Inwood2018-03-271-0/+273