Snap for 6671561 from 668c8dc5c1a46ce266174d8b42dc4bef97f470b9 to rvc-release

Change-Id: I32eae96d8d9da6a28cb3dfb4fe849c41a7133461
diff --git a/res/config/performance/system-memory.xml b/res/config/performance/system-memory.xml
index aa1c84a..0879d6c 100644
--- a/res/config/performance/system-memory.xml
+++ b/res/config/performance/system-memory.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright 2016 Google Inc. All Rights Reserved -->
 <configuration description="Testing system memory and app memory usage after launching app">
+  <device name="watch">
     <!--apk-path option should point to the location of the test apk path-->
     <target_preparer class="com.android.tradefed.targetprep.InstallApkSetup" />
     <!--install test apk from test artifacts.-->
@@ -8,5 +9,6 @@
     <target_preparer class="com.android.tradefed.targetprep.TimeWaster" >
           <option name="delay" value="60000" />
     </target_preparer>
+  </device>
     <test class="com.android.performance.tests.SystemMemoryTest"/>
 </configuration>