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>
Wed, 24 Feb 2016 21:20:47 +0000 (13:20 -0800)
commit0ccfe2c039092ebefcbfdb7d523e20fc611e3e5f
treeeae9266ed3c2cf4fdf0c85424bd78b268fdf9dd1
parent0c0a7a326b3a76846d2a0b0e039cff877d43b588
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.

(cherry picked from commit 6e2237d6615c8f7b09c99d196e5effcfd087943b)

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