[RESTRICT AUTOMERGE] Fix CTS test for Android Security b/72510314

Add pocPusher.only64() to fix test issues
Bug: 72510314
Test: sts-tradefed

Change-Id: I1ed102f35e56ff39b8ad23ac6aabc7733e16cbd9
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/TestMedia.java b/hostsidetests/securitybulletin/src/android/security/cts/TestMedia.java
index bedccaf..13013aa 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/TestMedia.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/TestMedia.java
@@ -434,6 +434,7 @@
      **/
     @SecurityTest(minPatchLevel = "2015-12")
     public void testPocCVE_2015_6616() throws Exception {
+        pocPusher.only64();
         String inputFiles[] = {"cve_2015_6616.mp4"};
         AdbUtils.runPocAssertNoCrashesNotVulnerable("CVE-2015-6616",
                 AdbUtils.TMP_PATH + inputFiles[0], inputFiles, AdbUtils.TMP_PATH, getDevice());