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

Commit c317f349 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correctly implement a stub for AddSequenceData" am: 8704d21c

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1748940

Change-Id: Ia64b3e9b41a9e3ab56838ee776c12380d348cee7
parents a0649762 8704d21c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ bool ICowWriter::AddLabel(uint64_t label) {
    return EmitLabel(label);
}

bool AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
bool ICowWriter::AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
    LOG(ERROR) << "AddSequenceData not yet implemented";
    return false;
}