Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24e1bd71 authored by Glenn Kasten's avatar Glenn Kasten Committed by Gerrit Code Review
Browse files

Merge "libstagefright is no longer 32 bit only."

parents bd7bde79 f3aa039a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -122,8 +122,6 @@ LOCAL_MODULE:= libstagefright

LOCAL_MODULE_TAGS := optional

LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)

include $(call all-makefiles-under,$(LOCAL_PATH))
+0 −2
Original line number Diff line number Diff line
@@ -33,7 +33,5 @@ LOCAL_MODULE:= libstagefright_chromium_http

LOCAL_MODULE_TAGS := optional

LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)
endif
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ ifeq ($(AAC_LIBRARY), fraunhofer)

  LOCAL_MODULE := libstagefright_soft_aacenc
  LOCAL_MODULE_TAGS := optional
  LOCAL_32_BIT_ONLY := true

  include $(BUILD_SHARED_LIBRARY)

+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ LOCAL_SRC_FILES := \


LOCAL_MODULE := libstagefright_avcenc
LOCAL_32_BIT_ONLY := true

LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/src \
@@ -69,6 +68,5 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE := libstagefright_soft_h264enc
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -28,6 +28,4 @@ ifeq ($(TARGET_ARCH),arm)
    LOCAL_CFLAGS += -Wno-psabi
endif

LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)
Loading