Revert "media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit"

This reverts commit f85d19794c5a6f5b8251b7daeadf036c613a52cc.

Reason for revert: Underlying issue b/235995022 was fixed and Cuttlefish now passes EncodeDecodeTest and DecodeEditEncodeTest.

Change-Id: I453d79ee2fdebb0eafc56f6100e2651738b422e6
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING
index 3e79897..41fe080 100644
--- a/media/TEST_MAPPING
+++ b/media/TEST_MAPPING
@@ -1,7 +1,24 @@
 // for frameworks/av/media
 {
-    // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
-    // presubmit-large once issues in cuttlefish are fixed
+    "presubmit-large": [
+        // runs whenever we change something in this tree
+        {
+            "name": "CtsMediaCodecTestCases",
+            "options": [
+                {
+                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
+                }
+            ]
+        },
+        {
+            "name": "CtsMediaCodecTestCases",
+            "options": [
+                {
+                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
+                }
+            ]
+        }
+    ],
     "presubmit": [
         {
             "name": "GtsMediaTestCases",