commit | b7bbca2d6a0ba8e7a0cee5f7683a8193c0e30140 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Wed Dec 11 18:00:34 2013 -0800 |
committer | Greg Hackmann <ghackmann@google.com> | Mon Dec 16 16:23:52 2013 -0800 |
tree | b05fe65aaea63160a65f4fa50440c222bb722730 | |
parent | a1d6f92f34adb499565c9513235227a308e90221 [diff] |
Add /dev/rtc backend to SystemClock On devices without /dev/alarm, use the settimeofday() syscall and the standard RTC_SET_TIME ioctl (which are collectively equivalent to the ANDROID_ALARM_SET_RTC ioctl). Change-Id: I3c1d741099e253186e43c9369b62603b214b9c9a Signed-off-by: Greg Hackmann <ghackmann@google.com>