diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-22 23:21:21 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-22 23:21:21 +0100 |
commit | 0e51821ae580046d77c947bcce6e29c6470f7536 (patch) | |
tree | d162695944bc393eb0bc7ba6f30cfe78e545c181 | |
parent | 222becdc3dd9cdd95fcfe313d8be3e6ca694200a (diff) |
Flip panel: remove flip panel from build.prop and manage it in kernel
Change-Id: I59cf52ad5a1931ff61b5fad553efc94f8adf67cc
-rwxr-xr-x | system.prop | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system.prop b/system.prop index 7b255d2..d98f783 100755 --- a/system.prop +++ b/system.prop @@ -32,9 +32,6 @@ persist.radio.hw_mbn_update=0 persist.radio.sw_mbn_update=0 persist.radio.start_ota_daemon=1 -#Flip panel -persist.panel.inversemounted=1 -ro.panel.mountflip=3 debug.sf.hw=1 debug.egl.hw=1 debug.gralloc.enable_fb_ubwc=1 |