add component metadata tag to CTS liblog test acses

Bug: 36140955
Bug: 35360169
Test: new unit test to ensure that all modules have this field
Change-Id: I352145965e8cd20371ccce3ba2b25f3a166bc3e8
Merged-In: Ifb7a14817265b4624f1dc6414b547c86aafcf4ac
This commit is contained in:
Guang Zhu 2017-06-05 14:39:25 -07:00
parent a1c9e943c0
commit de29bf4884

View file

@ -14,6 +14,7 @@
limitations under the License. limitations under the License.
--> -->
<configuration description="Config for CTS Logging Library test cases"> <configuration description="Config for CTS Logging Library test cases">
<option name="config-descriptor:metadata" key="component" value="systems" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<option name="cleanup" value="true" /> <option name="cleanup" value="true" />
<option name="push" value="CtsLiblogTestCases->/data/local/tmp/CtsLiblogTestCases" /> <option name="push" value="CtsLiblogTestCases->/data/local/tmp/CtsLiblogTestCases" />