commit | 2b3b590ff62c432c93d006767409f93ed2c6e53f | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Mar 28 13:33:02 2017 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Mar 28 13:58:54 2017 -0700 |
tree | 4a5447a83b73a3d6db71c3e1def9ba3b06cfd913 | |
parent | 8414af105304d172e278693b41edc8e9d182793e [diff] |
Fix build after ag/2001747 breakage. Test: it builds now. Change-Id: I895d592bf4a64ad3e3c928c20b7c7c172c12081d
diff --git a/automotive/vehicle/2.0/default/Android.mk b/automotive/vehicle/2.0/default/Android.mk index 4a010e9..9c877a7 100644 --- a/automotive/vehicle/2.0/default/Android.mk +++ b/automotive/vehicle/2.0/default/Android.mk
@@ -99,6 +99,7 @@ $(vhal_v2_0) \ LOCAL_STATIC_LIBRARIES := \ + libqemu_pipe \ $(vhal_v2_0)-libproto-native \ LOCAL_CFLAGS += -Wall -Wextra -Werror @@ -166,6 +167,7 @@ $(vhal_v2_0)-manager-lib \ $(vhal_v2_0)-default-impl-lib \ $(vhal_v2_0)-libproto-native \ + libqemu_pipe \ LOCAL_CFLAGS += -Wall -Wextra -Werror
diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/PipeComm.cpp b/automotive/vehicle/2.0/default/impl/vhal_v2_0/PipeComm.cpp index 6f219fa..4da59a9 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/PipeComm.cpp +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/PipeComm.cpp
@@ -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"