Fix missed case for replacing samplerExternalOES strings am: 1736cdf43c am: 119cb3376e am: 43539203d1

Original change: https://android-review.googlesource.com/c/device/generic/goldfish-opengl/+/1707469

Change-Id: I33a1a22d526efc3779aa9ef19352ab13c543aa9e
diff --git a/system/codecs/c2/service/Android.bp b/system/codecs/c2/service/Android.bp
index 0678116..40570a7 100644
--- a/system/codecs/c2/service/Android.bp
+++ b/system/codecs/c2/service/Android.bp
@@ -32,5 +32,5 @@
         "libutils",
     ],
 
-    required: ["android.hardware.media.c2@1.1-default-seccomp_policy"],
+    required: ["android.hardware.media.c2@1.2-default-seccomp_policy"],
 }
diff --git a/system/codecs/c2/service/service.cpp b/system/codecs/c2/service/service.cpp
index b84ebd1..0e97dd2 100644
--- a/system/codecs/c2/service/service.cpp
+++ b/system/codecs/c2/service/service.cpp
@@ -16,7 +16,7 @@
 // Default policy for codec2.0 service.
 static constexpr char kBaseSeccompPolicyPath[] =
     "/vendor/etc/seccomp_policy/"
-    "android.hardware.media.c2@1.1-default-seccomp_policy";
+    "android.hardware.media.c2@1.2-default-seccomp_policy";
 
 // Additional device-specific seccomp permissions can be added in this file.
 static constexpr char kExtSeccompPolicyPath[] =