diff options
| author | 2018-04-08 07:21:37 +0000 | |
|---|---|---|
| committer | 2018-04-08 07:21:37 +0000 | |
| commit | 4b86ef5422e36e5b852a8208f59ac93c169f7ecb (patch) | |
| tree | 6debc967f7886e7e25905bc9e04d153ed12584a4 /runtime/runtime.h | |
| parent | 406cfc2782cd6ba93a4162c066a0d13cbf4967a2 (diff) | |
| parent | c3dbfcc312774563c28f70c5c83c8bca5c894a9a (diff) | |
Snap for 4706961 from c3dbfcc312774563c28f70c5c83c8bca5c894a9a to pi-release
Change-Id: I7ad2b8bfacd5035ad9d01ae3601c431c21102feb
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 03f17bc04a..c14593749e 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -1004,7 +1004,8 @@ class Runtime { // Whether access checks on hidden API should be performed. hiddenapi::EnforcementPolicy hidden_api_policy_; - // List of signature prefixes of methods that have been removed from the blacklist + // List of signature prefixes of methods that have been removed from the blacklist, and treated + // as if whitelisted. std::vector<std::string> hidden_api_exemptions_; // Whether the application has used an API which is not restricted but we |