diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index 21ff440075..cecc814fdc 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -7,10 +7,11 @@ cc_test { srcs: ["VtsHalIdentityTargetTest.cpp"], shared_libs: [ "libbinder", - "libcppbor", - "android.hardware.identity-support-lib", + "libcrypto", ], static_libs: [ + "libcppbor", + "android.hardware.identity-support-lib", "android.hardware.identity-cpp", "android.hardware.keymaster-cpp", ],