Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7004b4dd authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Add three WM CTS components to Ika presubmit" into main

parents 39fb7dc4 e86255c6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -221,6 +221,18 @@
        }
    ],
    "desktop-presubmit": [
        {
            "name": "CtsWindowManagerDeviceAm_wm_cts",
            "file_patterns": ["(/|^)ContextImpl.java"]
        },
        {
            "name": "CtsWindowManagerDeviceBackNavigation_wm_cts",
            "file_patterns": ["(/|^)ContextImpl.java"]
        },
        {
            "name": "CtsWindowManagerDeviceDragAndDrop_wm_cts",
            "file_patterns": ["(/|^)ContextImpl.java"]
        },
        {
            "name": "CtsWindowManagerDevicePip_wm_cts",
            "file_patterns": ["(/|^)ContextImpl.java"]
+5 −0
Original line number Diff line number Diff line
@@ -6,5 +6,10 @@
    {
      "name": "CtsWindowManagerDeviceBackNavigation_com_android_wm_shell_back"
    }
  ],
  "desktop-presubmit": [
    {
      "name": "CtsWindowManagerDeviceBackNavigation_com_android_wm_shell_back"
    }
  ]
}