OSDN Git Service

image: Allow methods with code in another oat file to work correctly
authorIgor Murashkin <iam@google.com>
Sat, 20 Feb 2016 00:41:44 +0000 (16:41 -0800)
committerIgor Murashkin <iam@google.com>
Tue, 23 Feb 2016 22:04:34 +0000 (14:04 -0800)
commit6e2237d6615c8f7b09c99d196e5effcfd087943b
treeea75bf62feca0fd85d2c5de236a2dfb262832693
parent812e118043357c83800aa07a1133a32c3597c7c0
image: Allow methods with code in another oat file to work correctly

This fixes an issue when classes with default methods are in the boot
image and are used by an app image.

Bug: 27315287
Change-Id: Iaa66848fc07a0c779bc6e047bd154e2a4b87e1c8
compiler/image_writer.cc