Edit hidl instances to remove vintf
This uses the getAllHalInstanceNames method to replace calls
to vintf and return the hal names to the code. Other callers
to this function will not need to change their inputs.
Test: atest keystore2_test && atest CtsKeystoreTestCases
Bug: 249096262
Change-Id: If23cf8ca4b9d1c8cb3675964475066728bfe789f
diff --git a/keystore2/Android.bp b/keystore2/Android.bp
index 4084ace..79b938c 100644
--- a/keystore2/Android.bp
+++ b/keystore2/Android.bp
@@ -47,7 +47,7 @@
"libkeystore2_crypto_rust",
"libkeystore2_km_compat",
"libkeystore2_selinux",
- "libkeystore2_vintf_rust",
+ "libkeystore2_hal_names_rust",
"liblazy_static",
"liblibc",
"liblog_event_list",