diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:28:47 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:28:47 -0800 |
commit | adc854b798c1cfe3bfd4c27d68d5cee38ca617da (patch) | |
tree | 6aed8b4923ca428942cbaa7e848d50237a3d31e0 /icu/src/main/native/sub.mk | |
parent | 1c0fed63c71ddb230f3b304aac12caffbedf2f21 (diff) | |
download | libcore-adc854b798c1cfe3bfd4c27d68d5cee38ca617da.zip libcore-adc854b798c1cfe3bfd4c27d68d5cee38ca617da.tar.gz libcore-adc854b798c1cfe3bfd4c27d68d5cee38ca617da.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'icu/src/main/native/sub.mk')
-rw-r--r-- | icu/src/main/native/sub.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk new file mode 100644 index 0000000..2f160f5 --- /dev/null +++ b/icu/src/main/native/sub.mk @@ -0,0 +1,30 @@ +# This file is included by the top-level libcore Android.mk. +# It's not a normal makefile, so we don't include CLEAR_VARS +# or BUILD_*_LIBRARY. + +LOCAL_SRC_FILES := \ + BidiWrapperInterface.c \ + BreakIteratorInterface.c \ + DecimalFormatInterface.cpp \ + CharacterInterface.c \ + ConverterInterface.c \ + CollationInterface.c \ + RegExInterface.cpp \ + ResourceInterface.cpp \ + RBNFInterface.cpp \ + ErrorCode.c + +LOCAL_C_INCLUDES += \ + external/icu4c/common \ + external/icu4c/i18n + +# Any shared/static libs that are listed here must also +# be listed in libs/nativehelper/Android.mk. +# TODO: fix this requirement + +LOCAL_SHARED_LIBRARIES += \ + libicudata \ + libicuuc \ + libicui18n + +LOCAL_STATIC_LIBRARIES += |