commit | dec12b2b71ec73483f9a2267ee5717d7eb0cdf6d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 02 17:31:27 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Feb 03 12:18:11 2015 -0800 |
tree | cbf6a5bdca180427b5ec610c36ea239eae86b561 | |
parent | b101f8795a3d3d1c1f5c403bafec93f3d90d0360 [diff] [blame] |
Add Google-style ReadFileToString and WriteStringToFile. Bug: 19217569 Change-Id: I64789d3fa6777ee30a324cdf00fdc275c1230e1b
diff --git a/libutils/tests/Android.mk b/libutils/tests/Android.mk index 634f44f..03d5342 100644 --- a/libutils/tests/Android.mk +++ b/libutils/tests/Android.mk
@@ -26,6 +26,7 @@ BasicHashtable_test.cpp \ BlobCache_test.cpp \ BitSet_test.cpp \ + file_test.cpp \ Looper_test.cpp \ LruCache_test.cpp \ String8_test.cpp \