summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorRajesh Nyamagoud <nyamagoud@google.com>2023-03-11 01:26:48 +0000
committerRajesh Nyamagoud <nyamagoud@google.com>2023-10-06 04:23:41 +0000
commit3f6c15c656884e71acea20f8abdcac6994f04e13 (patch)
tree989b2851ced4c3649d8a23520bcc9968821367f2 /identity/Android.bp
parent1a7cd1d195a635b96c83e78114837d81ce923512 (diff)
downloadsecurity-3f6c15c656884e71acea20f8abdcac6994f04e13.tar.gz
Restructuring of AAID using aidl_interface build system.
Making changes to use cpp backend generated by aidl_interface build system for KeyAttestationApplicationProvider. Removed custom parcelables defined for AAID. Updated the tests to use the aidl_interface generated bindings. Bug: 267452060 Test: atest android.keystore.cts.KeyAttestationTest; atest keystore_unit_tests; keystoreSignature_fuzzer; keystorePackageInfo_fuzzer; keystoreApplicationId_fuzzer; keystoreAttestationId_fuzzer Change-Id: Ibdfb8e2837538d01a04b6771b1a71c38529d1307
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index 007a3105..f7a540af 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -51,6 +51,7 @@ cc_defaults {
"liblog",
"libutils",
"libutilscallstack",
+ "libkeystore-attestation-application-id",
],
static_libs: [
"android.hardware.keymaster-V3-cpp",
@@ -60,7 +61,6 @@ cc_defaults {
"libcppbor_external",
"libcredstore_aidl",
"libkeymaster4support",
- "libkeystore-attestation-application-id",
"librkp_support",
],
}