Add the path to the Codec2.0 performance file

Test: make cts -j123 && cts-tradefed run cts \
-m CtsMediaTestCases -t android.media.cts.VideoDecoderPerfTest

Bug: 110269182
Change-Id: I7fa0a12b61540113890e8743a8064c84673f7fcc
diff --git a/media/sfplugin/Codec2InfoBuilder.cpp b/media/sfplugin/Codec2InfoBuilder.cpp
index 40f041e..899012f 100644
--- a/media/sfplugin/Codec2InfoBuilder.cpp
+++ b/media/sfplugin/Codec2InfoBuilder.cpp
@@ -89,7 +89,8 @@
 
     MediaCodecsXmlParser parser(
             MediaCodecsXmlParser::defaultSearchDirs,
-            "media_codecs_c2.xml");
+            "media_codecs_c2.xml",
+            "media_codecs_c2_performance.xml");
     if (parser.getParsingStatus() != OK) {
         ALOGD("XML parser no good");
         return OK;