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

Commit e942d1f9 authored by Mathieu Chartier's avatar Mathieu Chartier
Browse files

Fix build.

Change-Id: I7b0cf6a248c74f1a06e0b5d51a5be13124ced6a0
parent ed30b7ea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ endif

ifneq ($(WINDOWS_HOST_ONLY),1)
    commonSources += \
        ashmem-host.cc \
        fs.c \
        multiuser.c \
        socket_inaddr_any_server.c \
@@ -67,6 +66,9 @@ ifneq ($(WINDOWS_HOST_ONLY),1)
        socket_network_client.c \
        sockets.c \

    commonHostSources += \
        ashmem-host.c

endif