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

Commit 39526f77 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android Git Automerger
Browse files

am 04511126: am d586e356: Merge "Fix build."

* commit '04511126':
  Fix build.
parents 82cc77e8 04511126
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