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

Commit fa9cafa0 authored by Ficus Kirkpatrick's avatar Ficus Kirkpatrick
Browse files

Add a string for second-ABI system property to android.os.Build.

parent 1c819a5e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -108108,6 +108108,16 @@
 visibility="public"
>
</field>
<field name="CPU_ABI2"
 type="java.lang.String"
 transient="false"
 volatile="false"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="DEVICE"
 type="java.lang.String"
 transient="false"
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ public class Build {
    /** The name of the instruction set (CPU type + ABI convention) of native code. */
    public static final String CPU_ABI = getString("ro.product.cpu.abi");

    /** The name of the second instruction set (CPU type + ABI convention) of native code. */
    public static final String CPU_ABI2 = getString("ro.product.cpu.abi2");

    /** The manufacturer of the product/hardware. */
    public static final String MANUFACTURER = getString("ro.product.manufacturer");