summaryrefslogtreecommitdiff
path: root/runtime/hidden_api.cc
AgeCommit message (Expand)Author
2021-10-11Adding Class.getDeclaredFields to unstarted runtime Sorin Basca
2021-10-11Clean up #includes in `hidden_api.h`. Vladimir Marko
2021-02-23Revert "Remove obsolete TestApiEnforcementPolicy." satayev
2021-02-22Change runtime behavior related to hiddenapi. Nicolas Geoffray
2021-02-10Add logcat message when @TestApi access is denied Pedro Loureiro
2021-02-03Limit hidden api logcat logging. Andrei Onea
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-05-27Remove hiddenapi warning on non-android builds. Nicolas Geoffray
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2020-05-07"Move ICU from ART APEX to i18n APEX" Attempt 2 Victor Chang
2020-05-05Allow bootjars in system_ext. Chris Gross
2020-05-05Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." vichang
2020-05-05Calling @IntraCoreApi from core-icu4j should not cause "Core platform API vio... Victor Chang
2020-04-24Add exemption list for hiddenapi warnings. Artur Satayev
2020-04-08Remove FileDescriptor ownerId field from Core Platform API bypass Orion Hodson
2020-03-13Reland "art: Add FileDescriptor fields to native Core Platform API" Orion Hodson
2020-03-10Revert "art: Add FileDescriptor fields to native Core Platform API" Orion Hodson
2020-03-09art: Add FileDescriptor fields to native Core Platform API Orion Hodson
2020-03-03Manually add java.io.Buffer private fields to the Core Platform API Orion Hodson
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-09-24Various renames following the name change from "Runtime APEX" to "ART APEX". Martin Stjernholm
2019-04-11Do not change hidden API ArtMethod/ArtField access flags on AOT David Brazdil
2019-04-03Print allowed/denied in hiddenapi warning message David Brazdil
2019-03-22Return the same dex location for dex file whether backed by dex file or not. Nicolas Geoffray
2019-03-21ART: Disable kCorePlatform detection Andreas Gampe
2019-03-16Fix buildbots hidden_api_test David Brazdil
2019-03-14hiddenapi domain: Use oat dex file location if available David Brazdil
2019-03-05Reenable core platform API violation warnings, dedupe David Brazdil
2019-03-04Fix handling of proxy classes in hidden_api.h David Brazdil
2019-02-20Pass sampled value to hidden api access logger Andrei Onea
2019-01-30Replace libmetricslogger logging with up-call to Java for hidden api Andrei Onea
2019-01-21hiddenapi: Print warnings for @CorePlatformApi violations David Brazdil
2019-01-21hiddenapi: Support 'core-platform-api' flag David Brazdil
2019-01-09Do not enter hidden API slow path when policy==Disabled David Brazdil
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-03Keep pointer to original DexFile during JVMTI redefine for hiddenapi David Brazdil
2018-11-29Use ArtMethod::GetDex{File,Cache}() more. Vladimir Marko
2018-11-22Rename and reorganize hiddenapi::ApiList David Brazdil
2018-11-16Create SdkVersion enum, migrate users to it David Brazdil
2018-11-16Runtime flags only for fast/slow hiddenapi path David Brazdil
2018-11-14Simplify hidden_api.h logic David Brazdil
2018-10-30Remove HiddenApiAccessFlags, move content to hiddenapi:: David Brazdil
2018-05-18Merge "Hidden API: only log what we deny." into pi-dev Mathew Inwood
2018-05-17Hidden API: only log what we deny. Mathew Inwood
2018-05-15Merge "Conditionalize LocAccessToEvent on Android target build." am: a128781f9e Nicolas Geoffray
2018-05-14Conditionalize LocAccessToEvent on Android target build. Nicolas Geoffray