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

Commit 098b28fc authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 64727dd7: Merge "More precise 32-bit only for libstagefright/ subdirectories"

* commit '64727dd7':
  More precise 32-bit only for libstagefright/ subdirectories
parents 557847ee 64727dd7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,4 +28,6 @@ ifeq ($(TARGET_ARCH),arm)
    LOCAL_CFLAGS += -Wno-psabi
endif

LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -25,4 +25,6 @@ LOCAL_MODULE_TAGS := optional

LOCAL_MODULE := testid3

LOCAL_32_BIT_ONLY := true

include $(BUILD_EXECUTABLE)
+2 −0
Original line number Diff line number Diff line
@@ -15,4 +15,6 @@ LOCAL_MODULE := omx_tests

LOCAL_MODULE_TAGS := tests

LOCAL_32_BIT_ONLY := true

include $(BUILD_EXECUTABLE)
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ LOCAL_C_INCLUDES := \
	frameworks/av/media/libstagefright/include \
	$(TOP)/frameworks/native/include/media/openmax \

LOCAL_32_BIT_ONLY := true

include $(BUILD_EXECUTABLE)

endif
+2 −0
Original line number Diff line number Diff line
@@ -34,4 +34,6 @@ LOCAL_MODULE:= libstagefright_wfd

LOCAL_MODULE_TAGS:= optional

LOCAL_32_BIT_ONLY := true

include $(BUILD_SHARED_LIBRARY)