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

Commit 899b3d9a authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am 034b386c: Merge "Add ro.revision property to checkin headers" into jb-mr1-dev

* commit '034b386c':
  Add ro.revision property to checkin headers
parents 167cd3e3 034b386c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,8 @@ public class BootReceiver extends BroadcastReceiver {
        final String headers = new StringBuilder(512)
            .append("Build: ").append(Build.FINGERPRINT).append("\n")
            .append("Hardware: ").append(Build.BOARD).append("\n")
            .append("Revision: ")
            .append(SystemProperties.get("ro.revision", "")).append("\n")
            .append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
            .append("Radio: ").append(Build.RADIO).append("\n")
            .append("Kernel: ")