diff options
author | Elliott Hughes <enh@google.com> | 2010-04-16 14:14:28 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-04-16 14:48:27 -0700 |
commit | 757a7942eed2b0aa457f8517a0259d2ac82c5b18 (patch) | |
tree | 00f74b34ca4edeac65d9cb38d8291ee249f5a806 /icu/src/main/native/sub.mk | |
parent | b988f4652e9325f77c60c5aa4d71a703a0793ec3 (diff) | |
download | libcore-757a7942eed2b0aa457f8517a0259d2ac82c5b18.zip libcore-757a7942eed2b0aa457f8517a0259d2ac82c5b18.tar.gz libcore-757a7942eed2b0aa457f8517a0259d2ac82c5b18.tar.bz2 |
Merge LocaleData and Resources, rename Resources to ICU.
Also move our ICU tests into our little tree of tests.
Bug: 2596471
Change-Id: I73b53d74c26ef9bf670f12cac58b51ba61eefead
Diffstat (limited to 'icu/src/main/native/sub.mk')
-rw-r--r-- | icu/src/main/native/sub.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk index f72db1b..599c102 100644 --- a/icu/src/main/native/sub.mk +++ b/icu/src/main/native/sub.mk @@ -5,6 +5,7 @@ LOCAL_SRC_FILES := \ BidiWrapper.cpp \ ErrorCode.cpp \ + ICU.cpp \ NativeBreakIterator.cpp \ NativeCollation.cpp \ NativeConverter.cpp \ @@ -12,7 +13,6 @@ LOCAL_SRC_FILES := \ NativeIDN.cpp \ NativeNormalizer.cpp \ NativeRegEx.cpp \ - Resources.cpp \ UCharacter.cpp LOCAL_C_INCLUDES += \ |