OSDN Git Service

ART: Fix Mac build
authorAndreas Gampe <agampe@google.com>
Wed, 2 Dec 2015 19:53:26 +0000 (11:53 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 2 Dec 2015 19:53:26 +0000 (11:53 -0800)
commitfd5c59939dff010432eb97b3e1ab0ad96abf79a6
tree8fd6b740cf3c7ebb2e0fe82cfdd3377a956326ee
parent07e9dc8677f94d47a79e2bd02580525b183a5b88
ART: Fix Mac build

dl_iterate_context code should only be done when we're not on the
Mac. #ifdef out DlOpenOatFile::PreSetup code.

Change-Id: I11e8f95e397a327f2aa0b749ecbf6f03bdb76f24
runtime/oat_file.cc