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

Commit 3b00fded authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "contexthub: fix a bug in stub hal impl" into main

parents a1835d43 3c265803
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@ ScopedAStatus ContextHub::getHubs(std::vector<HubInfo>* _aidl_return) {
    vendorHub.version = 42;

    HubInfo hubInfo2 = {};
    hubInfo1.hubId = UINT64_C(0x1234567812345678);
    hubInfo1.hubDetails =
    hubInfo2.hubId = UINT64_C(0x1234567812345678);
    hubInfo2.hubDetails =
            HubInfo::HubDetails::make<HubInfo::HubDetails::Tag::vendorHubInfo>(vendorHub);

    _aidl_return->push_back(hubInfo1);