summaryrefslogtreecommitdiff
path: root/runtime/hidden_api_test.cc
AgeCommit message (Expand)Author
2025-02-19Readability fixes and some API cleanup in art::hiddenapi::ApiList. Martin Stjernholm
2025-01-28Fix missing logging of core platform API violations in just-warn mode. Martin Stjernholm
2025-01-28Log info about the caller and callee in hiddenapi denial messages. Martin Stjernholm
2025-01-16Merge sFields and iFields. Nicolas Geoffray
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-06-13Use C++20 `string{,_view}::{starts,ends}_with()`, part 1. Vladimir Marko
2024-05-20Use unique temp files in `HiddenApiTest`. Vladimir Marko
2024-01-18Add visibility attributes in runtime/h* Dmitrii Ishcheikin
2023-04-05Fix "readability-redundant-string-cstr" clang-tidy issues Stefano Cianciulli
2023-02-21Refactor DexFileLoader David Srbecky
2022-11-29Change well known class loader methods to `ArtMethod*`. Vladimir Marko
2022-11-09Clean up decoding well-known classes. Vladimir Marko
2022-05-09Add support for max-target-s Artur Satayev
2022-05-03Revert "Add support for max-target-s" Ge Bian
2022-05-03Add support for max-target-s Narayan Kamath
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