summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2019-05-20 15:22:48 -0700
committerBo Hu <bohu@google.com>2019-05-20 22:24:10 +0000
commita04272175329805630c61da5558483cca0f3e690 (patch)
treeab167134141d14fa2a9936de00455e91e7ff1334
parent0d52ede1491b2eda07e6bb4c0dce61ac013dc5f7 (diff)
downloadandroid_device_generic_goldfish-a04272175329805630c61da5558483cca0f3e690.tar.gz
android_device_generic_goldfish-a04272175329805630c61da5558483cca0f3e690.tar.bz2
android_device_generic_goldfish-a04272175329805630c61da5558483cca0f3e690.zip
goldfish: disable codec2
BUG: 133178866 Change-Id: Ie6698604357adfb7c36d6655ea8a42aecad6b219
-rw-r--r--vendor.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor.mk b/vendor.mk
index d008911..2d2642d 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -137,6 +137,10 @@ PRODUCT_PACKAGES += android.hardware.thermal@2.0-service.mock
PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-goldfish.xml
+# Goldfish does not support ION needed for Codec 2.0
+PRODUCT_PROPERTY_OVERRIDES += \
+ debug.stagefright.ccodec=0
+
PRODUCT_COPY_FILES += \
device/generic/goldfish/fstab.ranchu.initrd:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \