diff options
author | Elliott Hughes <enh@google.com> | 2012-11-07 18:36:33 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-11-07 18:36:33 -0800 |
commit | 334423b749dc8e9d0cbf8a254ebcfebf7043b315 (patch) | |
tree | 06cf00d20f545c91079674ca3290e0a4fa605f94 /core/combo/TARGET_linux-arm.mk | |
parent | fd0d2f31e2fa0f6d77da87ac11ee93d79c57540b (diff) | |
parent | d125adca42283777f08abae3171623048fa94b8a (diff) | |
download | build-334423b749dc8e9d0cbf8a254ebcfebf7043b315.zip build-334423b749dc8e9d0cbf8a254ebcfebf7043b315.tar.gz build-334423b749dc8e9d0cbf8a254ebcfebf7043b315.tar.bz2 |
am d125adca: am ef9744f7: Merge "Remove manual WITH_JIT setting from build/."
* commit 'd125adca42283777f08abae3171623048fa94b8a':
Remove manual WITH_JIT setting from build/.
Diffstat (limited to 'core/combo/TARGET_linux-arm.mk')
-rw-r--r-- | core/combo/TARGET_linux-arm.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index eae2ac6..56604df 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk @@ -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 $@) \ |