commit | c412dcb3eb259458905aae9a2f5109c59c9548c0 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Tue Nov 09 14:37:23 2010 -0800 |
committer | Kenny Root <kroot@google.com> | Fri Nov 12 15:53:40 2010 -0800 |
tree | f1fa063c1683ec779a1c06aac3fa965f64d6dd3c | |
parent | 3496c82f71eb2fd9bf35e4eb75ba135ef04dfa6f [diff] [blame] |
Split UTF functions from String8/16 Split out all the UTF-8/16/32 handling code from String8/16 to its own file to allow better reuse of code. Change-Id: If9ce63920edc75472c38da4adce0d13cda9ad2f7
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk index eb75ed8..05a9674 100644 --- a/libs/utils/Android.mk +++ b/libs/utils/Android.mk
@@ -41,6 +41,7 @@ TextOutput.cpp \ Threads.cpp \ Timers.cpp \ + Unicode.cpp \ VectorImpl.cpp \ ZipFileCRO.cpp \ ZipFileRO.cpp \