summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-02-02 13:57:16 +0000
committerSteve Block <steveblock@google.com>2012-02-16 11:33:40 +0000
commit072ed0a209fd8f03b226c5c0fcea994b587c1e66 (patch)
treef4d30a80a3c7af3fc02a6ef04b7e16c607af84c8 /CleanSpec.mk
parent622f6585dfd456dce5ffbf693d3c6601e40e9042 (diff)
downloadexternal_webkit-072ed0a209fd8f03b226c5c0fcea994b587c1e66.zip
external_webkit-072ed0a209fd8f03b226c5c0fcea994b587c1e66.tar.gz
external_webkit-072ed0a209fd8f03b226c5c0fcea994b587c1e66.tar.bz2
Remove option to build WebKit with JSC
V8 has been the default JS engine since Froyo and has shipped on all devices in Gingerbread onwards. However, we continued to support JSC for a number of reasons. See bug for details. Now that we can use V8 in all cases, we should drop support for JSC to eliminate the maintenance overhead. Adds a clean step as this changes a Makefile. Note that this was previously landed as https://android-git.corp.google.com/g/#/c/162144/, but broke the full_x86-eng build, so was reverted. Bug: 5495373 Change-Id: I3d41362f93b9f3d034f17150aaa402379e75d367
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 5b3f9a2..a910d37 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -77,6 +77,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_int
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST