summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorHasini Gunasinghe <hasinitg@google.com>2021-03-02 00:34:58 +0000
committerHasini Gunasinghe <hasinitg@google.com>2021-03-12 20:25:31 +0000
commit1b531b91c092e782d5b7959f04f0381c98575d8e (patch)
tree71abc97a766d5b531347bb279c059a39b844a2ae /identity/Android.bp
parentb3715fb9a6ad50d0f4be942098e27d67250e344b (diff)
downloadsecurity-1b531b91c092e782d5b7959f04f0381c98575d8e.tar.gz
Integrate getAuthTokensForCredStore method with credstore.
Bug: 159341610 Test: CtsVerifier Change-Id: Ia2b7f1a27a05e92c7b5bb5da14caa423a70ac15b
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index ed8ff2f3..5841bf6a 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -39,6 +39,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder",
+ "libbinder_ndk",
"libkeystore_aidl",
"libcredstore_aidl",
"libutils",
@@ -46,6 +47,9 @@ cc_binary {
"android.hardware.identity-support-lib",
"libkeymaster4support",
"libkeystore-attestation-application-id",
+ "android.hardware.security.keymint-V1-ndk_platform",
+ "android.security.authorization-ndk_platform",
+ "PlatformProperties",
],
static_libs: [
"android.hardware.identity-V3-cpp",