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

Commit df373f6e authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Adjust to MapInfo to new api." am: 8255631f

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

Change-Id: I5390e1a6f86a8d4c517f15742ed758dbb12873c4
parents e29076bc 8255631f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ class UnwinderMock : public unwindstack::Unwinder {
    unwindstack::MapInfo* map_info = GetMaps()->Find(offset);
    if (map_info != nullptr) {
      std::string* new_build_id = new std::string(build_id);
      map_info->build_id = reinterpret_cast<uintptr_t>(new_build_id);
      map_info->build_id = new_build_id;
    }
  }
};