FP5: Remove media_codecs_google_c2*

AOSP codecs can be used by default and it is not necessary to include
them device side.

Change-Id: I8227b06f0466b614f12fa9008402b92461ea3dd0
diff --git a/device.mk b/device.mk
index add0845..8bd1720 100644
--- a/device.mk
+++ b/device.mk
@@ -260,11 +260,6 @@
     $(LOCAL_PATH)/media/media_codecs_yupik_iot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_yupik_iot.xml \
     $(LOCAL_PATH)/media/media_profiles_yupik_iot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml
 
-PRODUCT_COPY_FILES += \
-    frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
-    frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
-    frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
-
 # Net
 PRODUCT_PACKAGES += \
     android.system.net.netd@1.1.vendor:64
diff --git a/media/media_codecs_yupik_iot.xml b/media/media_codecs_yupik_iot.xml
index 48d4e38..f78dff7 100644
--- a/media/media_codecs_yupik_iot.xml
+++ b/media/media_codecs_yupik_iot.xml
@@ -277,5 +277,4 @@
             <Limit name="performance-point-1920x1080" value="6" />
         </MediaCodec>
     </Encoders>
-    <Include href="media_codecs_google_c2.xml" />
 </MediaCodecs>