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/AndroidManifest.xml b/tests/AttestationVerificationTest/AndroidManifest.xml index c42bde9..37321ad8 100755 --- a/tests/AttestationVerificationTest/AndroidManifest.xml +++ b/tests/AttestationVerificationTest/AndroidManifest.xml
@@ -24,6 +24,7 @@ <application> <uses-library android:name="android.test.runner"/> <activity android:name=".SystemAttestationVerificationTest$TestActivity" /> + <activity android:name=".PeerDeviceSystemAttestationVerificationTest$TestActivity" /> </application> <!-- self-instrumenting test package. -->