summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawin Vongmasa <pawin@google.com>2017-03-29 17:39:59 -0700
committerPawin Vongmasa <pawin@google.com>2017-03-29 17:39:59 -0700
commit9760a0d32e5be8ea9e43f0d0d836bf718fec9e73 (patch)
tree6ab00c92b9211fa70f59a2771bbfbcf039a1a132
parent2cf65936342ef6d1aa05fc4a0abf6851e4d317a0 (diff)
downloadfugu-9760a0d32e5be8ea9e43f0d0d836bf718fec9e73.tar.gz
Disable Treble OMX by default.
Test: Manual use of Camera, Movies, Photos and YouTube apps. Test: With CtsMediaTestCases.apk installed, adb shell am instrument -e size small -w 'android.media.cts/android.support.test.runner.AndroidJUnitRunner' Bug: 31399200 Change-Id: I6c027a29e5336d1834f6f5ee9f555e5c39834c3c
-rw-r--r--device.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 0bb8cb8..263655f 100644
--- a/device.mk
+++ b/device.mk
@@ -136,7 +136,7 @@ PRODUCT_PACKAGES += \
IMG_graphics \
hwcomposer.moorefield
-#Video
+# Video
PRODUCT_COPY_FILES += \
device/asus/fugu/media_profiles.xml:system/etc/media_profiles.xml \
device/asus/fugu/wrs_omxil_components.list:system/etc/wrs_omxil_components.list \
@@ -149,6 +149,9 @@ PRODUCT_COPY_FILES += \
device/asus/fugu/video_isv_profile.xml:system/etc/video_isv_profile.xml \
device/asus/fugu/codec_resources_limitation.xml:system/etc/codec_resources_limitation.xml
+# Default OMX service to non-Treble
+PRODUCT_PROPERTY_OVERRIDES += \
+ persist.media.treble_omx=false
# psb video
PRODUCT_PACKAGES += \