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

Commit b1fa8602 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add host_supported to VHAL libs." into main

parents 740301ed 0c447863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,5 +56,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,
}
+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,
}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ cc_library {
        "VehicleHalDefaults",
        "FakeVehicleHardwareDefaults",
    ],
    host_supported: true,
}

cc_defaults {
Loading