diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index cd6f9b0143..c1f44e742e 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -14,19 +14,19 @@ cc_test { "ReaderAuthTests.cpp", ], shared_libs: [ - "android.hardware.keymaster@4.0", "libbinder", "libcrypto", - "android.hardware.keymaster-ndk_platform", ], 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", ], test_suites: [ "general-tests",