fix DEQP AndroidTest.xml generation script

Bug: 36140955
Bug: 35360169
Test: ran scripts/build_android_mustpass.py to regnerate
Change-Id: I8ecfdad5d8a17d46dc0ed9f860a75086158ffd64
diff --git a/scripts/mustpass.py b/scripts/mustpass.py
index 5d4a92c..5d5b804 100644
--- a/scripts/mustpass.py
+++ b/scripts/mustpass.py
@@ -305,6 +305,9 @@
 	RUNNER_CLASS = "com.drawelements.deqp.runner.DeqpTestRunner"
 	configElement = ElementTree.Element("configuration")
 
+	# add in metadata option for component name
+	ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="component", value="deqp")
+
 	for package in mustpass.packages:
 		for config in package.configurations:
 			testElement = ElementTree.SubElement(configElement, "test")