summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-04-06 01:29:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-06 01:29:05 +0000
commitec3b56dbc1ea125101fa9ee9238200299866fcd9 (patch)
tree97aa92d5b0c1f1828dda4efd0f217aafdab8561e
parentad1be72ada5db2792b7ac82a27927e0041386648 (diff)
parentdae59159d5129e11465647bfd9c781410615c2c7 (diff)
downloadinterfaces-ec3b56dbc1ea125101fa9ee9238200299866fcd9.tar.gz
Keystore 2.0: Observe canonicalization of service name. am: bea139a65e am: e58291f451 am: ac4186ed3d am: dae59159d5
Original change: https://android-review.googlesource.com/c/platform/system/hardware/interfaces/+/1664770 Change-Id: I2aa0f72aba27a54775a1d8e695aa12c66da37132
-rw-r--r--wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
index f5e10aa..6b893c9 100644
--- a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
+++ b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
@@ -184,7 +184,8 @@ class WifiKeystoreHalTest : public TestWithParam<std::string> {
return true;
}
- constexpr static const char kKeystoreServiceName[] = "android.system.keystore2";
+ constexpr static const char kKeystoreServiceName[] =
+ "android.system.keystore2.IKeystoreService/default";
constexpr static const char kTestKeyName[] = "TestKeyName";
sp<IKeystore> keystore;