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

Commit 8a844ae8 authored by Yu Shan's avatar Yu Shan Committed by Android (Google) Code Review
Browse files

Merge "Add host_supported to VHAL libs." into main

parents 8385c2a9 9d351388
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