diff options
author | Pawin Vongmasa <pawin@google.com> | 2017-03-29 17:36:41 -0700 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 17:34:14 +0200 |
commit | 08b49570c0230a3fed97d3f704350b01cbdcfe9f (patch) | |
tree | 6ed686d2842f3f3cf9c6e9e01d33f3dafcd892f0 | |
parent | 4ea87a1f78a1215259f3dc6f0b774b990c7802a9 (diff) |
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
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
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 |