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

Commit 3a3ba057 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

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

parent 7013c8bb
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