Merge "Add metadata to modules in test/vts-testcase/vndk"
diff --git a/abi/AndroidTest.xml b/abi/AndroidTest.xml
index 5dd21e0..bacd272 100644
--- a/abi/AndroidTest.xml
+++ b/abi/AndroidTest.xml
@@ -14,6 +14,7 @@
      limitations under the License.
 -->
 <configuration description="Config for VTS VNDK ABI test cases">
+    <option name="config-descriptor:metadata" key="plan" value="vts-vndk" />
     <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
         <option name="push-group" value="HostDrivenTest.push" />
     </target_preparer>
diff --git a/dependency/AndroidTest.xml b/dependency/AndroidTest.xml
index b0f462f..8d583f1 100644
--- a/dependency/AndroidTest.xml
+++ b/dependency/AndroidTest.xml
@@ -14,6 +14,7 @@
      limitations under the License.
 -->
 <configuration description="Config for VTS VNDK dependency test cases">
+    <option name="config-descriptor:metadata" key="plan" value="vts-vndk" />
     <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
         <option name="push-group" value="HostDrivenTest.push" />
     </target_preparer>