Enable Dalvik JIT by default for the master branch.

This commit is contained in:
Ben Cheng
2009-09-08 16:31:55 -07:00
parent 03f9f2ee11
commit db95cb4426
2 changed files with 6 additions and 0 deletions

View File

@@ -166,6 +166,10 @@ TARGET_STRIP_MODULE:=true
$(combo_target)DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm
$(combo_target)CUSTOM_LD_COMMAND := true
# Enable the Dalvik JIT compiler
WITH_JIT := true
define transform-o-to-shared-lib-inner
$(TARGET_CXX) \
-nostdlib -Wl,-soname,$(notdir $@) -Wl,-T,$(BUILD_SYSTEM)/armelf.xsc \