commit | 997cba4271513aafbeac455fa1e87d31ac16a2fb | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Oct 05 10:54:35 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Oct 19 11:19:42 2016 -0700 |
tree | 40edbf80019c14c54b9adb93377479eb5108b263 | |
parent | 891d0ba904d3937e0d0c0e06966bf4d3577c03d3 [diff] [blame] |
libbase: add parsedouble.h. Bug: http://b/24905115 Test: run libbase_test --gtest_filter=parsedouble.smoke. Change-Id: I604424772f2082b420935e6647da03981c0b8929
diff --git a/base/Android.bp b/base/Android.bp index 88d8ad1..e6ad15b 100644 --- a/base/Android.bp +++ b/base/Android.bp
@@ -73,6 +73,7 @@ "errors_test.cpp", "file_test.cpp", "logging_test.cpp", + "parsedouble_test.cpp", "parseint_test.cpp", "parsenetaddress_test.cpp", "quick_exit_test.cpp",