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

Commit 1143ca58 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

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

* commit '098b28fc':
  More precise 32-bit only for libstagefright/ subdirectories
parents b5ea3014 098b28fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,4 +30,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
@@ -29,4 +29,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
@@ -17,4 +17,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)