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

Commit cd90eaa2 authored by Hao Chen's avatar Hao Chen Committed by Tomasz Wasilczyk
Browse files

Add Default Constructor Required by libstdc++

Test: Build with CMake. See aosp/2629369.
Bug: 285204695
Change-Id: I105552df72fe8b4f15f75192a5c36480c1bdc5c7
parent 74a858c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1289,6 +1289,7 @@ private:

    // Fields only needed when parcelling for "kernel Binder".
    struct KernelFields {
        KernelFields() {}
        binder_size_t* mObjects = nullptr;
        size_t mObjectsSize = 0;
        size_t mObjectsCapacity = 0;