From a880730cdedc7c91a7ebcd4de1d4dddf7d3fbc59 Mon Sep 17 00:00:00 2001 From: Eran Messeri Date: Tue, 29 Nov 2022 14:49:39 +0000 Subject: [PATCH] Update KeyMint dependency to v3 Update the dependency on KeyMint to v3. This is a stand-alone change to avoid merge conflicts internally. Bug: 244732345 Test: That it compiles Change-Id: I1009bb902291396ef191e872b697181e98ff7324 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 55d9c4bb29723..b30851cdeee67 100644 --- a/Android.bp +++ b/Android.bp @@ -97,7 +97,7 @@ filegroup { // AIDL sources from external directories ":android.hardware.gnss-V2-java-source", ":android.hardware.graphics.common-V3-java-source", - ":android.hardware.security.keymint-V2-java-source", + ":android.hardware.security.keymint-V3-java-source", ":android.hardware.security.secureclock-V1-java-source", ":android.hardware.tv.tuner-V1-java-source", ":android.security.apc-java-source",