diff options
Diffstat (limited to 'identity/aidl/vts/Android.bp')
-rw-r--r-- | identity/aidl/vts/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index c1f44e742e..03966de549 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -9,7 +9,6 @@ cc_test { "VtsIWritableIdentityCredentialTests.cpp", "VtsIdentityTestUtils.cpp", "VtsAttestationTests.cpp", - "VtsAttestationParserSupport.cpp", "UserAuthTests.cpp", "ReaderAuthTests.cpp", ], @@ -20,13 +19,14 @@ cc_test { static_libs: [ "libcppbor", "libkeymaster_portable", - "libsoft_attestation_cert", "libpuresoftkeymasterdevice", "android.hardware.keymaster@4.0", "android.hardware.identity-support-lib", "android.hardware.identity-cpp", "android.hardware.keymaster-cpp", "android.hardware.keymaster-ndk_platform", + "libkeymaster4support", + "libkeymaster4_1support", ], test_suites: [ "general-tests", |