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/Android.bp b/automotive/can/1.0/default/Android.bp index f5cf425..0ba066e 100644 --- a/automotive/can/1.0/default/Android.bp +++ b/automotive/can/1.0/default/Android.bp
@@ -52,5 +52,6 @@ static_libs: [ "android.hardware.automotive.can@libnetdevice", "android.hardware.automotive@libc++fs", + "libnl++", ], }