commit | 426708b90d8a686b6e3349f17e4b0452d31800e6 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 10 11:34:36 2024 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Oct 11 08:08:27 2024 -0700 |
tree | fc6243cc50c6623f92d8ac0f109d56aa9f903890 | |
parent | 6f3c1bf17f3c1cb5d569382b101bc9079456d0b1 [diff] [blame] |
libnetdevice: support host Bug: 372814636 Test: verified with b/372814636 test service Change-Id: I96b51cc90c08090b6bf28175b687820ff587abfd
diff --git a/automotive/can/1.0/default/libnetdevice/Android.bp b/automotive/can/1.0/default/libnetdevice/Android.bp index 653e773..affbeee 100644 --- a/automotive/can/1.0/default/libnetdevice/Android.bp +++ b/automotive/can/1.0/default/libnetdevice/Android.bp
@@ -26,6 +26,7 @@ cc_library_static { name: "android.hardware.automotive.can@libnetdevice", defaults: ["android.hardware.automotive.can@defaults"], + host_supported: true, vendor_available: true, srcs: [ "can.cpp",