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

Commit 2d315667 authored by Dan Bornstein's avatar Dan Bornstein
Browse files

For issue #2651381, allow library prelinking.

Change-Id: I119348b55ad0015a286e9c94709977cd1973a7e1
parent b5fa4dff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -102,8 +102,6 @@ endif

LOCAL_CFLAGS += -Wno-multichar

LOCAL_PRELINK_MODULE:= false

LOCAL_MODULE:= libstagefright

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -69,8 +69,6 @@ LOCAL_C_INCLUDES := \
LOCAL_CFLAGS := \
        -DOSCL_UNUSED_ARG= -DOSCL_IMPORT_REF= -DOSCL_EXPORT_REF=

LOCAL_PRELINK_MODULE:= false

LOCAL_MODULE := libstagefright_amrnb_common

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -16,6 +16,4 @@ LOCAL_C_INCLUDES := \
	$(LOCAL_PATH)/src \
 	$(LOCAL_PATH)/include

LOCAL_PRELINK_MODULE:= false

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ LOCAL_SHARED_LIBRARIES := \
        libsurfaceflinger_client\
        libcamera_client

LOCAL_PRELINK_MODULE:= false

LOCAL_MODULE:= libstagefright_color_conversion

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += libdl
endif

LOCAL_PRELINK_MODULE:= false

LOCAL_MODULE:= libstagefright_omx

include $(BUILD_SHARED_LIBRARY)