am 23142acf: Merge "squeeze a few more bits of randomness into /dev/random" into gingerbread

Merge commit '23142acffab69738b967812fdbdf7bbda18a44d8' into gingerbread-plus-aosp

* commit '23142acffab69738b967812fdbdf7bbda18a44d8':
  squeeze a few more bits of randomness into /dev/random
This commit is contained in:
Nick Kralevich
2010-09-27 15:26:51 -07:00
committed by Android Git Automerger

View File

@@ -139,6 +139,7 @@ public class EntropyService extends Binder {
out.println(SystemProperties.get("ro.bootloader"));
out.println(SystemProperties.get("ro.hardware"));
out.println(SystemProperties.get("ro.revision"));
out.println(new Object().hashCode());
out.println(System.currentTimeMillis());
out.println(System.nanoTime());
} catch (IOException e) {