commit | 1695459e63cdf1fabb4b9247f1e9e145083ea25d | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Jul 28 09:42:55 2020 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Jul 28 09:42:55 2020 -0700 |
tree | 4bf04ac25ea1376e11749f25c34059e38fe6dd52 | |
parent | 415334941aff3c5f996c9adcabe5225e63a6da9d [diff] [blame] |
Split out libnl++ from libnetdevice Bug: 162032964 Test: it builds Change-Id: I86b574de458d9ee8204e6a356a80e70c101b443a
diff --git a/automotive/can/1.0/default/libnetdevice/can.cpp b/automotive/can/1.0/default/libnetdevice/can.cpp index b0a2432..fef9e00 100644 --- a/automotive/can/1.0/default/libnetdevice/can.cpp +++ b/automotive/can/1.0/default/libnetdevice/can.cpp
@@ -20,8 +20,8 @@ #include <android-base/logging.h> #include <android-base/unique_fd.h> -#include <libnetdevice/NetlinkRequest.h> -#include <libnetdevice/NetlinkSocket.h> +#include <libnl++/NetlinkRequest.h> +#include <libnl++/NetlinkSocket.h> #include <linux/can.h> #include <linux/can/error.h>