From: Android Tools Maintainers Date: Tue, 2 Aug 2022 15:23:27 +0000 (+0100) Subject: get libart building X-Git-Tag: archive/raspbian/29.0.6-21+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f7853b22fe4b3bc802ffc49dba9ef6977a43d75;p=android-platform-tools.git get libart building Forwarded: not-needed Gbp-Pq: Topic art Gbp-Pq: Name image-space-dereference.patch --- diff --git a/art/runtime/gc/space/image_space.cc b/art/runtime/gc/space/image_space.cc index 9e3d201b..95225595 100644 --- a/art/runtime/gc/space/image_space.cc +++ b/art/runtime/gc/space/image_space.cc @@ -3272,7 +3272,7 @@ bool ImageSpace::BootImageLoader::LoadFromSystem( if (VLOG_IS_ON(image)) { LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromSystem exiting " - << boot_image_spaces->front(); + << *boot_image_spaces->front(); logger.Dump(LOG_STREAM(INFO)); } return true; @@ -3303,7 +3303,7 @@ bool ImageSpace::BootImageLoader::LoadFromDalvikCache( if (VLOG_IS_ON(image)) { LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromDalvikCache exiting " - << boot_image_spaces->front(); + << *boot_image_spaces->front(); logger.Dump(LOG_STREAM(INFO)); } return true;