Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fc09b25 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of android-framework.lnx.2.0-00010.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1062209   I5a41caf4df82cb83e5a27028700b8479a7f3fcf4   SF: Rename persist.panel.mountflip to ro.panel.mountflip

Change-Id: I9afcf2e1b5875b008adcec67026757a0a3f7f577
CRs-Fixed: 1062209
parents 52e03def 9913d231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ DisplayDevice::DisplayDevice(

    mPanelMountFlip = 0;
    // 1: H-Flip, 2: V-Flip, 3: 180 (HV Flip)
    property_get("persist.panel.mountflip", property, "0");
    property_get("ro.panel.mountflip", property, "0");
    mPanelMountFlip = atoi(property);

    // initialize the display orientation transform.