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

Commit b82572ef authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 1782468c: Merge "EntropyMixer: add ro.build.fingerprint to the mix"

# Via Android (Google) Code Review (1) and Nick Kralevich (1)
* commit '1782468c':
  EntropyMixer: add ro.build.fingerprint to the mix
parents b606eae3 1782468c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ public class EntropyMixer extends Binder {
            out.println(SystemProperties.get("ro.bootloader"));
            out.println(SystemProperties.get("ro.hardware"));
            out.println(SystemProperties.get("ro.revision"));
            out.println(SystemProperties.get("ro.build.fingerprint"));
            out.println(new Object().hashCode());
            out.println(System.currentTimeMillis());
            out.println(System.nanoTime());