diff options
| author | 2022-02-16 11:16:15 +0000 | |
|---|---|---|
| committer | 2022-02-16 11:16:15 +0000 | |
| commit | 6c41bcee6f4fdbe05fc47e7b6bef0f06da5f0f55 (patch) | |
| tree | 5c1dcb6d05ca37c6e7c88bccba1a73872382fca9 | |
| parent | b681fec035754ed1f7c319a1fc9fe6d92fb0555c (diff) | |
Upgrade KeyMint version
This is a cherry-pick of a change to internal master to upgrade the
KeyMint version.
The cherry-pick is necessary because the changes to support Curve
25519 will land in AOSP and there are currently merge conflicts for
Android.bp with internal master.
Bug: 194359292
Test: That it compiles.
Merged-In: I95191fd09b138bf3ba1cbb50534fdbdcf36d1596
Change-Id: Ibbd2f1ddd71ad855e26d59f72633c47351320ce6
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 5bd332947057..2ab31f4530e9 100644 --- a/Android.bp +++ b/Android.bp @@ -97,7 +97,7 @@ filegroup { ":platform-compat-native-aidl", // AIDL sources from external directories - ":android.hardware.security.keymint-V1-java-source", + ":android.hardware.security.keymint-V2-java-source", ":android.hardware.security.secureclock-V1-java-source", ":android.security.apc-java-source", ":android.security.authorization-java-source", |