summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@android.com>2014-03-19 21:04:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-19 21:04:56 +0000
commitc250980f65ffec76537d9c6d9b1ad12afc38346a (patch)
tree1d4211e3cfec5700c5291c9afdd6fce23cd1be89 /media/libstagefright/httplive
parent08298357a2fb8fe9574a32187c68f34ec356e3a8 (diff)
parent24e1bd71ac6850d9062b3bd803b37c0e92f69c7a (diff)
downloadframeworks_av-c250980f65ffec76537d9c6d9b1ad12afc38346a.zip
frameworks_av-c250980f65ffec76537d9c6d9b1ad12afc38346a.tar.gz
frameworks_av-c250980f65ffec76537d9c6d9b1ad12afc38346a.tar.bz2
am 24e1bd71: Merge "libstagefright is no longer 32 bit only."
* commit '24e1bd71ac6850d9062b3bd803b37c0e92f69c7a': libstagefright is no longer 32 bit only.
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)