forked from openkylin/platform_build
am d125adca: am ef9744f7: Merge "Remove manual WITH_JIT setting from build/."
* commit 'd125adca42283777f08abae3171623048fa94b8a': Remove manual WITH_JIT setting from build/.
This commit is contained in:
commit
334423b749
|
@ -243,11 +243,6 @@ TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm
|
|||
|
||||
TARGET_CUSTOM_LD_COMMAND := true
|
||||
|
||||
# Enable the Dalvik JIT compiler if not already specified.
|
||||
ifeq ($(strip $(WITH_JIT)),)
|
||||
WITH_JIT := true
|
||||
endif
|
||||
|
||||
define transform-o-to-shared-lib-inner
|
||||
$(hide) $(PRIVATE_CXX) \
|
||||
-nostdlib -Wl,-soname,$(notdir $@) \
|
||||
|
|
|
@ -214,11 +214,6 @@ TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm
|
|||
|
||||
TARGET_CUSTOM_LD_COMMAND := true
|
||||
|
||||
# Enable the Dalvik JIT compiler if not already specified.
|
||||
ifeq ($(strip $(WITH_JIT)),)
|
||||
WITH_JIT := true
|
||||
endif
|
||||
|
||||
define transform-o-to-shared-lib-inner
|
||||
$(hide) $(PRIVATE_CXX) \
|
||||
-nostdlib -Wl,-soname,$(notdir $@) \
|
||||
|
|
Loading…
Reference in New Issue