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

Commit 7eef78cb authored by Yu Shan's avatar Yu Shan Committed by Automerger Merge Worker
Browse files

Fix HIDL VHAL descriptor name in VTS. am: 928062cc am: 9319860e am:...

Fix HIDL VHAL descriptor name in VTS. am: 928062cc am: 9319860e am: 05e39684 am: c3191fc1 am: 46eb52b6

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2928798



Change-Id: Iae04fd3379a85609014945df85cddbe57245dec7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 28ce2878 46eb52b6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <android-base/stringprintf.h>
#include <android-base/thread_annotations.h>
#include <android/binder_process.h>
#include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
#include <gtest/gtest.h>
#include <hidl/GtestPrinter.h>
#include <hidl/ServiceManagement.h>
@@ -900,7 +901,8 @@ std::vector<ServiceDescriptor> getDescriptors() {
                .isAidlService = true,
        });
    }
    for (std::string name : getAllHalInstanceNames(IVehicle::descriptor)) {
    for (std::string name : getAllHalInstanceNames(
                 android::hardware::automotive::vehicle::V2_0::IVehicle::descriptor)) {
        descriptors.push_back({
                .name = name,
                .isAidlService = false,