axolotl: Disable media transcoding feature
Disable the feature since the platform has legacy avc encoders which
has no proper support for media transcoding feature.
Issue: FP3-A12#33
Issue: FP3-A12#11
Test: run cts -m CtsMediaProviderTranscodeTests
Test: run cts -m CtsMediaTranscodingTestCases
Change-Id: Id0f09d8b8e0999c176ae73643ec4a875acd85c97
(cherry picked from commit 8d5d399c3ca0b31646f7a6a295f0f6d99c5520b8)
diff --git a/device.mk b/device.mk
index 02d993a..11d64ff 100644
--- a/device.mk
+++ b/device.mk
@@ -358,6 +358,11 @@
$(LOCAL_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
$(LOCAL_PATH)/configs/media/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml \
+# Media - Transcoding
+PRODUCT_VENDOR_PROPERTIES += \
+ persist.sys.fuse.transcode_user_control=true \
+ persist.sys.fuse.transcode_enabled=false \
+
# Namespaces - Native Libraries
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt \