Skip to content

Commit

Permalink
Synced libcore.icu.ICU.
Browse files Browse the repository at this point in the history
	Change on 2017/01/20 by kstanger <kstanger@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145098741
  • Loading branch information
kstanger committed Jan 20, 2017
1 parent f409e6d commit a4e5d5a
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 402 deletions.
10 changes: 4 additions & 6 deletions jre_emul/Makefile
Expand Up @@ -61,6 +61,7 @@ IOS_PRIVATE_OBJS = \
java_lang_StrictMath.o \ java_lang_StrictMath.o \
java_util_regex_Matcher.o \ java_util_regex_Matcher.o \
java_util_regex_Pattern.o \ java_util_regex_Pattern.o \
libcore_icu_ICU.o \
sun_misc_Unsafe.o sun_misc_Unsafe.o


IOS_OBJS = $(IOS_PUBLIC_OBJS) $(IOS_PRIVATE_OBJS) IOS_OBJS = $(IOS_PUBLIC_OBJS) $(IOS_PRIVATE_OBJS)
Expand Down Expand Up @@ -114,18 +115,15 @@ TRANSLATE_ARGS = -q -sourcepath $(JRE_SRC) -classpath $(EMULATION_JAR) \
TRANSLATE_USE_SYSTEM_BOOT_PATH = TRUE TRANSLATE_USE_SYSTEM_BOOT_PATH = TRUE
include ../make/translate.mk include ../make/translate.mk


FAT_LIB_SOURCE_DIRS = $(EMULATION_CLASS_DIR) $(GEN_OBJC_DIR) $(APPLE_ROOT) $(ANDROID_NATIVE_DIR) \ FAT_LIB_SOURCE_DIRS = $(EMULATION_CLASS_DIR) $(GEN_OBJC_DIR) $(NATIVE_SOURCE_DIRS)
$(J2OBJC_OPENJDK_NATIVE)


# OBJCPP_BUILD is an optional environment variable for Objective-C++ build experiments. # OBJCPP_BUILD is an optional environment variable for Objective-C++ build experiments.
# J2ObjC and app releases should not be built with this flag, nor is its use supported. # J2ObjC and app releases should not be built with this flag, nor is its use supported.
ifeq ($(OBJCPP_BUILD), YES) ifeq ($(OBJCPP_BUILD), YES)
FAT_LIB_COMPILE = $(CLANG) $(OBJCPPFLAGS) -I$(EMULATION_CLASS_DIR) -I$(GEN_OBJC_DIR) \ FAT_LIB_COMPILE = $(CLANG) $(OBJCPPFLAGS) -I$(EMULATION_CLASS_DIR) -I$(GEN_OBJC_DIR)
-I$(ANDROID_NATIVE_DIR) -I$(J2OBJC_OPENJDK_NATIVE)
# TODO(tball): add support for Obj-C++ precompiled header. # TODO(tball): add support for Obj-C++ precompiled header.
else else
FAT_LIB_COMPILE = $(CLANG) $(OBJCFLAGS) -I$(EMULATION_CLASS_DIR) -I$(GEN_OBJC_DIR) \ FAT_LIB_COMPILE = $(CLANG) $(OBJCFLAGS) -I$(EMULATION_CLASS_DIR) -I$(GEN_OBJC_DIR)
-I$(ANDROID_NATIVE_DIR) -I$(J2OBJC_OPENJDK_NATIVE)
FAT_LIB_PRECOMPILED_HEADER = JreEmulation.h FAT_LIB_PRECOMPILED_HEADER = JreEmulation.h
endif endif


Expand Down
337 changes: 0 additions & 337 deletions jre_emul/android/libcore/luni/src/main/java/libcore/icu/ICU.java

This file was deleted.

0 comments on commit a4e5d5a

Please sign in to comment.