diff options
author | Jeongik Cha <jeongik@google.com> | 2021-01-26 22:34:55 +0900 |
---|---|---|
committer | Jeongik Cha <jeongik@google.com> | 2021-01-28 15:14:10 +0000 |
commit | 1674c1354e4c191b9da955cd91f028abee359ae3 (patch) | |
tree | d6533354644a05e0e291debee35735b6d262bec5 /identity | |
parent | df543ea006c18e133827cef0a2fb1bc6de0fabb3 (diff) |
Specify version for aidl_interface explicitly
Bug: 150578172
Test: m
Change-Id: Ie7605c203c0f0eaf2c40f1e64ea45634b3aa54a5
Merged-In: I141de8ed6958fe42f727a0fa41473de4c1fb38de
Diffstat (limited to 'identity')
-rw-r--r-- | identity/aidl/default/Android.bp | 8 | ||||
-rw-r--r-- | identity/aidl/vts/Android.bp | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/identity/aidl/default/Android.bp b/identity/aidl/default/Android.bp index 874464849d..9659f576cf 100644 --- a/identity/aidl/default/Android.bp +++ b/identity/aidl/default/Android.bp @@ -29,8 +29,8 @@ cc_library_static { "libsoft_attestation_cert", "libpuresoftkeymasterdevice", "android.hardware.identity-support-lib", - "android.hardware.identity-unstable-ndk_platform", - "android.hardware.keymaster-unstable-ndk_platform", + "android.hardware.identity-V3-ndk_platform", + "android.hardware.keymaster-V3-ndk_platform", ], } @@ -89,8 +89,8 @@ cc_binary { "libsoft_attestation_cert", "libpuresoftkeymasterdevice", "android.hardware.identity-support-lib", - "android.hardware.identity-unstable-ndk_platform", - "android.hardware.keymaster-unstable-ndk_platform", + "android.hardware.identity-V3-ndk_platform", + "android.hardware.keymaster-V3-ndk_platform", "android.hardware.identity-libeic-hal-common", "android.hardware.identity-libeic-library", ], diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index f1b1bcf552..f487a64799 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -30,9 +30,9 @@ cc_test { "libpuresoftkeymasterdevice", "android.hardware.keymaster@4.0", "android.hardware.identity-support-lib", - "android.hardware.identity-unstable-cpp", - "android.hardware.keymaster-unstable-cpp", - "android.hardware.keymaster-unstable-ndk_platform", + "android.hardware.identity-V3-cpp", + "android.hardware.keymaster-V3-cpp", + "android.hardware.keymaster-V3-ndk_platform", "libkeymaster4support", "libkeymaster4_1support", ], |