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/tests/Android.bp b/tests/Android.bp index ea3f39f..b5f8dc8 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -70,6 +70,7 @@ "getauxval_test.cpp", "getcwd_test.cpp", "grp_pwd_test.cpp", + "iconv_test.cpp", "ifaddrs_test.cpp", "inttypes_test.cpp", "langinfo_test.cpp",