commit | 193a27d287aed6673732ceff5810303e11e007d8 | [log] [tgz] |
---|---|---|
author | Justin McClain <justinmcclain@google.com> | Fri Jan 21 21:41:53 2022 +0000 |
committer | Justin McClain <justinmcclain@google.com> | Sun Feb 27 19:46:19 2022 +0000 |
tree | 501e140d169c0a50e285626fe82b72eb9af79cd9 | |
parent | 95db721b82cd3b6e5b0a6ef1d4efac28876ceb3b [diff] [blame] |
Implementing verification of PROFILE_PEER_DEVICE. Bug: 216477071 Test: AttestationVerificationTest unit test Change-Id: Ide254de1aaaad24a5ac9e449086192aa9f59a72b
diff --git a/tests/AttestationVerificationTest/Android.bp b/tests/AttestationVerificationTest/Android.bp index a4741eed..b98f8cb 100644 --- a/tests/AttestationVerificationTest/Android.bp +++ b/tests/AttestationVerificationTest/Android.bp
@@ -40,5 +40,6 @@ "androidx.test.rules", "androidx.test.ext.junit", "platform-test-annotations", + "services.core", ], }