diff options
author | Joe Onorato <joeo@android.com> | 2010-07-13 19:06:19 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-07-13 19:06:19 -0700 |
commit | de1d22525aaaa3eaafc2920acbeb8bd8ec013bcd (patch) | |
tree | 35399364e62d0a218a50acb2b71d67905a29917d /icu/src/main | |
parent | 04dd0d658d3c6a96162310e074417063c1e8ae1f (diff) | |
download | libcore-de1d22525aaaa3eaafc2920acbeb8bd8ec013bcd.zip libcore-de1d22525aaaa3eaafc2920acbeb8bd8ec013bcd.tar.gz libcore-de1d22525aaaa3eaafc2920acbeb8bd8ec013bcd.tar.bz2 |
The ICU data is no longer compiled directly into the shared library.
Change-Id: If295333e3bf2a2005494fe2a7757caa439ae8a31
Diffstat (limited to 'icu/src/main')
-rw-r--r-- | icu/src/main/native/sub.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk index 41260cf..30a9f2f 100644 --- a/icu/src/main/native/sub.mk +++ b/icu/src/main/native/sub.mk @@ -24,7 +24,6 @@ LOCAL_C_INCLUDES += \ # TODO: fix this requirement LOCAL_SHARED_LIBRARIES += \ - libicudata \ libicuuc \ libicui18n |