commit | 1cb56293ed4297d18000a646336b7edbc0975fd0 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Aug 10 11:19:06 2020 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Mon Aug 10 11:43:11 2020 -0700 |
tree | 29f4981af32f8c89d948e311156df26015cbff49 | |
parent | 274bec3dc70f1b356ad360e08ff8c38f22b7003a [diff] |
libfscrypt: use __ANDROID_API_Q__ instead of pre_gki_level The name "pre_gki_level" is causing some confusion because not all devices launching with Android R are subject to the GKI requirement. (See b/161563110#comment11.) E.g., devices that use a 4.14-based kernel are exempt from GKI. However, the encryption requirements still apply. Just use __ANDROID_API_Q__ directly instead. No change in behavior. Change-Id: I25a214ed46a68970f410327a480288ef1961af10