commit | 842e1cc17efca17f4a91b0bc678b39a1b1b43da4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 27 12:24:30 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 27 15:31:55 2020 -0700 |
tree | 91f8d8ba5d29aed7aafd18f679535fc24a707be3 | |
parent | d46eb219062fca2b358d13a50cc28339bbd0bc61 [diff] [blame] |
Make systemTime() abort on bad input. There's no CHECK in libutils, sadly. Bug: http://b/157167405 Test: treehugger Change-Id: I1532bf80ba7fdafad016610be3c782b547417126
diff --git a/libutils/Android.bp b/libutils/Android.bp index 0f7044a..ea39d34 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -246,6 +246,7 @@ "String8_test.cpp", "String16_test.cpp", "StrongPointer_test.cpp", + "Timers_test.cpp", "Unicode_test.cpp", "Vector_test.cpp", ],