Add partial WmPerfTests to presubmit

Test: adb shell am instrument -w -e filter \
      com.android.server.wm.test.filters.FrameworksTestsFilter \
      com.android.perftests.wm/androidx.test.runner.AndroidJUnitRunner
Bug: 131727899
Change-Id: Ib0e6be534d911f67bedf774ecb34072b58af792d
diff --git a/apct-tests/perftests/windowmanager/Android.bp b/apct-tests/perftests/windowmanager/Android.bp
index f02cbcf..9e95a10 100644
--- a/apct-tests/perftests/windowmanager/Android.bp
+++ b/apct-tests/perftests/windowmanager/Android.bp
@@ -19,6 +19,7 @@
         "androidx.test.rules",
         "androidx.annotation_annotation",
         "apct-perftests-utils",
+        "platform-test-annotations",
     ],
     test_suites: ["device-tests"],
     platform_apis: true,