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