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

Commit 5928eff4 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Add OMAP_COMPAT and OMAP_ENHANCEMENT frameworks flags" into ics

parents 8993448a 3d29143d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -29,7 +29,11 @@ public class SystemProperties
    public static final int PROP_NAME_MAX = 31;
    public static final int PROP_VALUE_MAX = 91;

    //QCOM
    // OMAP4 and OMAP3's OMAP_COMPAT
    public static final boolean OMAP_ENHANCEMENT = native_get_boolean("com.ti.omap_enhancement", false);
    public static final boolean OMAP_COMPAT = native_get_boolean("com.ti.omap_compat", false);

    // QCOM Hardware
    public static final boolean QCOM_HARDWARE = native_get_boolean("com.qc.hardware", false);
    public static final boolean QCOM_HDMI_OUT = native_get_boolean("com.qc.hdmi_out", false);