summaryrefslogtreecommitdiff
path: root/runtime/hidden_api_test.cc
AgeCommit message (Expand)Author
2021-10-26Add support to place shared libraries after the dex path Brad Stenning
2021-03-08Create directory before running tests. Nicolas Geoffray
2021-03-05Support /system/system_ext/framework jars with hiddenapi. Nicolas Geoffray
2021-02-23Revert "Remove obsolete TestApiEnforcementPolicy." satayev
2021-02-02Remove obsolete TestApiEnforcementPolicy. Artur Satayev
2020-11-25Check if app has ALLOW_TEST_API_ACCESS change id Pedro Loureiro
2020-11-23Add compat framework logging to ART Andrei Onea
2020-08-10Rename ApiList::Value enums Andrei Onea
2020-07-20Retry path removal and log errors in case of failure Orion Hodson
2020-07-15Fixes for gtests in eng-prod David Srbecky
2020-05-21Add support for greylist-max-r signatures. Artur Satayev
2020-05-05Allow bootjars in system_ext. Chris Gross
2020-02-27Gate access to targetsdk-max-p,q on compat framework atrost
2019-11-07Only allow access to @TestApi signatures in instrumented processes. Artur Satayev
2019-10-31Add tests for GreylistMaxQ. Artur Satayev
2019-03-16Fix buildbots hidden_api_test David Brazdil
2019-03-14hiddenapi domain: Use oat dex file location if available David Brazdil
2019-03-04Fix handling of proxy classes in hidden_api.h David Brazdil
2019-01-09Do not enter hidden API slow path when policy==Disabled David Brazdil
2018-11-29hiddenapi: Introduce greylist-max-p David Brazdil
2018-11-22Rename and reorganize hiddenapi::ApiList David Brazdil
2018-11-16Create SdkVersion enum, migrate users to it David Brazdil
2018-11-14Simplify hidden_api.h logic David Brazdil
2018-10-30Remove HiddenApiAccessFlags, move content to hiddenapi:: David Brazdil
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-05-08Fix hiddenapi::MemberSignature for proxies David Brazdil
2018-05-08Fix hidden API flags decoding for intrinsics David Brazdil
2018-05-08Replace kAllLists policy with kJustWarn. Mathew Inwood
2018-03-28ART: Refactor hidden_api Andreas Gampe
2018-03-27Support for API exemptions from API blacklisting. Mathew Inwood