commit | a648733cb7398810df9a35528cc6e874edc57b06 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 15 23:16:48 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 25 08:47:41 2017 -0700 |
tree | 90ff33e6b479b5ccb20b1a8bb0007dacde75bc8d | |
parent | 571c88823636e3c6f894e806ea7c4dc8131a1ae4 [diff] [blame] |
Implement <iconv.h>. Bug: http://b/32978596 Test: ran tests Change-Id: I56b6ae3d9c5a3a56d2b4afba33fb8f9e964bf7b9
diff --git a/libc/Android.bp b/libc/Android.bp index be45f40..204ad19 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1448,6 +1448,7 @@ "bionic/getpriority.cpp", "bionic/gettid.cpp", "bionic/grp_pwd.cpp", + "bionic/iconv.cpp", "bionic/icu_wrappers.cpp", "bionic/ifaddrs.cpp", "bionic/inotify_init.cpp",