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

Commit 9d351388 authored by Yu Shan's avatar Yu Shan
Browse files

Add host_supported to VHAL libs.

We need to build a FakeVehicleHardware impl on host, thus we need
to add the host_supported option.

Test: Local build on host.
Bug: 328316981
Change-Id: Ia21d26640c465846423cab1a0ff8a283c798b92a
parent 6c4bc494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,5 +60,5 @@ aidl_interface {
        },

    ],

    host_supported: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}

cc_library_headers {
@@ -32,4 +33,5 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ cc_library {
    ],
    cflags: ["-DENABLE_VEHICLE_HAL_TEST_PROPERTIES"],
    shared_libs: ["libjsoncpp"],
    host_supported: true,
}

cc_library_headers {
+1 −0
Original line number Diff line number Diff line
@@ -32,4 +32,5 @@ cc_library {
    shared_libs: [
        "libjsoncpp",
    ],
    host_supported: true,
}
Loading