summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@android.com>2014-03-18 17:21:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-18 17:21:30 +0000
commit098b28fc88b3d96eada2f9db318d9c38c70cf674 (patch)
tree23d522a776d4939a12c929933ab7f41f22d33949 /media/libstagefright/httplive
parent557847ee511dd5e75d584ff04449322f0f098241 (diff)
parent64727dd7c8513b6c9ddcce2f4b305618bb76121c (diff)
downloadframeworks_av-098b28fc88b3d96eada2f9db318d9c38c70cf674.zip
frameworks_av-098b28fc88b3d96eada2f9db318d9c38c70cf674.tar.gz
frameworks_av-098b28fc88b3d96eada2f9db318d9c38c70cf674.tar.bz2
am 64727dd7: Merge "More precise 32-bit only for libstagefright/ subdirectories"
* commit '64727dd7c8513b6c9ddcce2f4b305618bb76121c': More precise 32-bit only for libstagefright/ subdirectories
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/httplive/Android.mk b/media/libstagefright/httplive/Android.mk
index f3529f9..f382e2e 100644
--- a/media/libstagefright/httplive/Android.mk
+++ b/media/libstagefright/httplive/Android.mk
@@ -28,4 +28,6 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -Wno-psabi
endif
+LOCAL_32_BIT_ONLY := true
+
include $(BUILD_SHARED_LIBRARY)