Mark the unit tests module itself as its component

This will help to try out code coverage reporting.

Change-Id: I52953037cb1482d88102d4bf8719ec7192dfaa97
Test: presubmit
Bug: 172962242
This commit is contained in:
Julien Desprez 2021-03-24 20:11:46 +00:00
parent c79c96ae43
commit 19275640fb
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<configuration description="Runs {MODULE}">
<option name="test-suite-tag" value="apct" />
<option name="test-suite-tag" value="apct-unit-tests" />
<option name="config-descriptor:metadata" key="component" value="{MODULE}" />
{EXTRA_CONFIGS}