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

Commit 07cc1c8b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6849206 from 3648ac96 to rvc-qpr1-release

Change-Id: Ibd0141c03b0cadc513b9684fd425ecbfdf3d6afb
parents c1ba72b5 3648ac96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ Return<void> VehicleHalManager::getPropConfigs(const hidl_vec<int32_t> &properti
        } else {
            ALOGW("Requested config for undefined property: 0x%x", prop);
            _hidl_cb(StatusCode::INVALID_ARG, hidl_vec<VehiclePropConfig>());
            return Void();
        }
    }