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

Commit 72b56ef3 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Another fix for building libstagefright for the simulator, plus whitespace adjustments.

parent 361f482f
Loading
Loading
Loading
Loading
+18 −14
Original line number Diff line number Diff line
@@ -44,6 +44,10 @@ LOCAL_SHARED_LIBRARIES := \
        libcutils         \
        libui

ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
        LOCAL_LDLIBS += -lpthread
endif

LOCAL_CFLAGS += -Wno-multichar

LOCAL_PRELINK_MODULE:= false