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

Commit 2b3b590f authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Fix build after ag/2001747 breakage.

Test: it builds now.
Change-Id: I895d592bf4a64ad3e3c928c20b7c7c172c12081d
parent 8414af10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ LOCAL_SHARED_LIBRARIES := \
    $(vhal_v2_0) \

LOCAL_STATIC_LIBRARIES := \
    libqemu_pipe \
    $(vhal_v2_0)-libproto-native \

LOCAL_CFLAGS += -Wall -Wextra -Werror
@@ -166,6 +167,7 @@ LOCAL_STATIC_LIBRARIES := \
    $(vhal_v2_0)-manager-lib \
    $(vhal_v2_0)-default-impl-lib \
    $(vhal_v2_0)-libproto-native \
    libqemu_pipe \

LOCAL_CFLAGS += -Wall -Wextra -Werror

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
#include <android/log.h>
#include <system/qemu_pipe.h>
#include <qemu_pipe.h>

#include "PipeComm.h"