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

Commit 0b4d37b5 authored by Victor Shutemov's avatar Victor Shutemov
Browse files

Add host support to DefauleVehicleHal lib

This makes it usable in host tests.

Bug: 392060489
Change-Id: I61185af578adccf8ad2061983becd79bfa7550ab
parent 84f40667
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_binary {
cc_library {
    name: "DefaultVehicleHal",
    vendor: true,
    host_supported: true,
    defaults: [
        "VehicleHalDefaults",
    ],