diff options
author | Elliott Hughes <enh@google.com> | 2010-02-03 11:14:01 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-02-03 11:14:01 -0800 |
commit | 4d4ca58e669c83e2c4e0a0d49d3d854f6883dc84 (patch) | |
tree | bae3cdd010974d0fc8e8a012cbd5f85683867065 /icu/src/main/native/sub.mk | |
parent | 64f2ba48fb9306ab1d97f5f83053ee7f48223de8 (diff) | |
download | libcore-4d4ca58e669c83e2c4e0a0d49d3d854f6883dc84.zip libcore-4d4ca58e669c83e2c4e0a0d49d3d854f6883dc84.tar.gz libcore-4d4ca58e669c83e2c4e0a0d49d3d854f6883dc84.tar.bz2 |
Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.
This is ICU API not used by Java, so there's no point pretending to maintain it.
Bug: http://b/2377457
Diffstat (limited to 'icu/src/main/native/sub.mk')
-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 fd5f20c..3c13ea0 100644 --- a/icu/src/main/native/sub.mk +++ b/icu/src/main/native/sub.mk @@ -10,7 +10,6 @@ LOCAL_SRC_FILES := \ NativeConverter.cpp \ NativeDecimalFormat.cpp \ NativeRegEx.cpp \ - RuleBasedNumberFormat.cpp \ Resources.cpp \ UCharacter.cpp |