Merge "Correctly implement a stub for AddSequenceData" am: 8704d21c79
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1748940 Change-Id: Ia64b3e9b41a9e3ab56838ee776c12380d348cee7
This commit is contained in:
commit
c317f349cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue