summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Android.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-02-17 17:45:42 +0000
committerSteve Block <steveblock@google.com>2012-02-21 14:19:26 +0000
commitb9c769aa8ec26e25a7a61e14a9d521c2adf5b68d (patch)
treeaad79235c527eee70bd2bf5acbe6003ca108ec70 /media/libstagefright/Android.mk
parent3b81acab52b7140c1b8b20be2d67be3e221637e7 (diff)
downloadframeworks_av-b9c769aa8ec26e25a7a61e14a9d521c2adf5b68d.zip
frameworks_av-b9c769aa8ec26e25a7a61e14a9d521c2adf5b68d.tar.gz
frameworks_av-b9c769aa8ec26e25a7a61e14a9d521c2adf5b68d.tar.bz2
Update stagefright makefile after dropping support for JSC
Bug: 5495373 Change-Id: Ibb81196edd3a6eaa4999cf0e30a78368afb66360
Diffstat (limited to 'media/libstagefright/Android.mk')
-rw-r--r--media/libstagefright/Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index 483e5ab..3f9ba47 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -93,13 +93,7 @@ LOCAL_STATIC_LIBRARIES := \
# The following was shamelessly copied from external/webkit/Android.mk and
# currently must follow the same logic to determine how webkit was built and
-# if it's safe to link against libchromium.net
-
-# V8 also requires an ARMv7 CPU, and since we must use jsc, we cannot
-# use the Chrome http stack either.
-ifneq ($(strip $(ARCH_ARM_HAVE_ARMV7A)),true)
- USE_ALT_HTTP := true
-endif
+# if it's safe to link against libchromium_net
# See if the user has specified a stack they want to use
HTTP_STACK = $(HTTP)