Fix wrong package names in cts-reference-aosp

Bug: 64240910
Test: cts run cts-reference-aosp -m CtsKeystoreTestCases -t android.keystore.cts.KeyAttestationTest#testEcAttestation
Test: cts run cts-reference-aosp -m CtsKeystoreTestCases -t android.keystore.cts.KeyAttestationTest#testRsaAttestation
Change-Id: I0530e802153fc31d4b7441c3c4d25d537789eec4
diff --git a/tools/cts-tradefed/res/config/cts-reference-aosp.xml b/tools/cts-tradefed/res/config/cts-reference-aosp.xml
index 9b7ade5..19e4f69 100644
--- a/tools/cts-tradefed/res/config/cts-reference-aosp.xml
+++ b/tools/cts-tradefed/res/config/cts-reference-aosp.xml
@@ -94,6 +94,6 @@
     <!--
         Exclude Verity tese cases, because we need to disable Verity to test with GSI
     -->
-    <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases com.android.keystore.cts.KeyAttestationTest#testEcAttestation" />
-    <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases com.android.keystore.cts.KeyAttestationTest#testRsaAttestation" />
+    <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testEcAttestation" />
+    <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testRsaAttestation" />
 </configuration>