Fix C2 seccomp policy filename

Bug: 296271944
Test: boot emulator
Change-Id: I0c661f664359b8444ffeb98eb60996ee17464d4e
Merged-In: Ic56dd6ed0e9fc7d20ecfb9a908e425f5a13c0f45
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/system/codecs/c2/service/service.cpp b/system/codecs/c2/service/service.cpp
index 0e97dd2..1a0f8eb 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.2-default-seccomp_policy";
+    "android.hardware.media.c2-default-seccomp_policy";
 
 // Additional device-specific seccomp permissions can be added in this file.
 static constexpr char kExtSeccompPolicyPath[] =