summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2022-03-22 14:52:06 +0900
committerJiyong Park <jiyong@google.com>2022-03-30 15:43:45 +0900
commit2c2466d49682c05337167653f4f60ad6ab4ae152 (patch)
tree254243f33906d9c03a7d357503c5e621f85aaceb /identity/Android.bp
parentb2b39ab979e3fc72671b38a6644bc421dd8fdb69 (diff)
downloadsecurity-2c2466d49682c05337167653f4f60ad6ab4ae152.tar.gz
V3 is the latest keymaster HAL interface
Ignore-AOSP-First: part of TM API freeze Bug: 225941299 Test: m Change-Id: I56f8f46b5216a0105a918dc58ae329f8a6acafe6
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index c69ead11..b3b704fb 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -59,7 +59,7 @@ cc_binary {
],
static_libs: [
"android.hardware.identity-V4-cpp",
- "android.hardware.keymaster-V4-cpp",
+ "android.hardware.keymaster-V3-cpp",
"libcppbor_external",
],
}