summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2017-06-05 14:40:21 -0700
committerGuang Zhu <guangzhu@google.com>2017-06-05 23:18:11 +0000
commit84e0827b0f17dc203c03ed7f23e1bd76aa824c9b (patch)
tree1a4bd17169326f6ad9520e0d1d20a744200518cf
parent35eed0a24fa16f20b76bd1c3901ad2a9020ca097 (diff)
downloadextras-84e0827b0f17dc203c03ed7f23e1bd76aa824c9b.tar.gz
add component metadata tag to CTS kernel config test cases
Bug: 36140955 Bug: 35360169 Test: new unit test to ensure that all modules have this field Change-Id: I60cdfb77e7c20615fde43612cc77b0b6846612fa
-rw-r--r--tests/kernel.config/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kernel.config/AndroidTest.xml b/tests/kernel.config/AndroidTest.xml
index 4fe3192c..1e50e0a6 100644
--- a/tests/kernel.config/AndroidTest.xml
+++ b/tests/kernel.config/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for CTS Kernel Config test cases">
+ <option name="config-descriptor:metadata" key="component" value="systems" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<option name="cleanup" value="true" />
<option name="push" value="CtsKernelConfigTestCases->/data/local/tmp/CtsKernelConfigTestCases" />