From 08b49570c0230a3fed97d3f704350b01cbdcfe9f Mon Sep 17 00:00:00 2001 From: Pawin Vongmasa Date: Wed, 29 Mar 2017 17:36:41 -0700 Subject: oneplus3: 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: Ib2d43fcfc7bbd00d47cf81a98b415d2be2e0e12a --- system.prop | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system.prop') diff --git a/system.prop b/system.prop index a059725..f00d16e 100644 --- a/system.prop +++ b/system.prop @@ -121,6 +121,9 @@ persist.rild.nitz_short_ons_1="" persist.rild.nitz_short_ons_2="" persist.rild.nitz_short_ons_3="" +# Media +persist.media.treble_omx=false + # Perf ro.am.reschedule_service=true ro.min_freq_0=307200 -- cgit v1.2.3