summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/sub.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-03-01 16:28:05 -0800
committerElliott Hughes <enh@google.com>2010-03-01 16:30:39 -0800
commita656b24ce0513b5f6115c40e6bb9181c5cea93d6 (patch)
treeb8a7f302a5d2fcbc633978eb360a2567c6b7d4b3 /icu/src/main/native/sub.mk
parent63c166c5b299f008ee39378dc008de21af70d85a (diff)
downloadlibcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.zip
libcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.tar.gz
libcore-a656b24ce0513b5f6115c40e6bb9181c5cea93d6.tar.bz2
Implement (but @hide) java.text.Normalizer from Java 6.
Based on https://android-git.corp.google.com/g/42516. Includes the harmony tests from their Java 6 branch. Bug: 719001
Diffstat (limited to 'icu/src/main/native/sub.mk')
-rw-r--r--icu/src/main/native/sub.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk
index fd5f20c..41260cf 100644
--- a/icu/src/main/native/sub.mk
+++ b/icu/src/main/native/sub.mk
@@ -9,6 +9,7 @@ LOCAL_SRC_FILES := \
NativeCollation.cpp \
NativeConverter.cpp \
NativeDecimalFormat.cpp \
+ NativeNormalizer.cpp \
NativeRegEx.cpp \
RuleBasedNumberFormat.cpp \
Resources.cpp \