From 6c41bcee6f4fdbe05fc47e7b6bef0f06da5f0f55 Mon Sep 17 00:00:00 2001 From: Eran Messeri Date: Wed, 16 Feb 2022 11:16:15 +0000 Subject: [PATCH] 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",