summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-19 09:07:30 -0700
committerNarayan Kamath <narayan@google.com>2014-03-19 18:01:17 +0000
commitf3aa039a2278f789e3c9d5e18b83f9d937a05a5f (patch)
treef21e4aadfd709d10588a17faf9b296258587e137 /media/libstagefright/httplive
parent4269fc8068d10fc95780e8a7e1e4d4eb43483883 (diff)
downloadframeworks_av-f3aa039a2278f789e3c9d5e18b83f9d937a05a5f.zip
frameworks_av-f3aa039a2278f789e3c9d5e18b83f9d937a05a5f.tar.gz
frameworks_av-f3aa039a2278f789e3c9d5e18b83f9d937a05a5f.tar.bz2
libstagefright is no longer 32 bit only.
Change-Id: I88d5fcfc005a2c2acd0246cdd9c08b6c00b6c39b Signed-off-by: Glenn Kasten <gkasten@android.com>
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libstagefright/httplive/Android.mk b/media/libstagefright/httplive/Android.mk
index f382e2e..f3529f9 100644
--- a/media/libstagefright/httplive/Android.mk
+++ b/media/libstagefright/httplive/Android.mk
@@ -28,6 +28,4 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -Wno-psabi
endif
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_SHARED_LIBRARY)