summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorHasini Gunasinghe <hasinitg@google.com>2021-03-09 02:55:57 +0000
committerJanis Danisevskis <jdanis@google.com>2021-03-19 10:13:34 -0700
commit8c9853fc2ccc1ed45a3b434c6c1d7674f4d26759 (patch)
treeb0d0282d4da57a57786a070dc19d13a931228389 /identity/Android.bp
parent1c0a8531942f89d579af6b83770441f8872c2146 (diff)
downloadsecurity-8c9853fc2ccc1ed45a3b434c6c1d7674f4d26759.tar.gz
Credstore: Remove dependency to keystore1.
This CL removes dependency to keystore1 from credstore. Test: yet to be tested. Change-Id: I75934d1154d955aca3ea0cd0651690f68c6a8b55
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index 5841bf6a..d66f4ec8 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -40,7 +40,7 @@ cc_binary {
"libbase",
"libbinder",
"libbinder_ndk",
- "libkeystore_aidl",
+ "android.hardware.keymaster@4.0",
"libcredstore_aidl",
"libutils",
"libhidlbase",
@@ -49,7 +49,6 @@ cc_binary {
"libkeystore-attestation-application-id",
"android.hardware.security.keymint-V1-ndk_platform",
"android.security.authorization-ndk_platform",
- "PlatformProperties",
],
static_libs: [
"android.hardware.identity-V3-cpp",