OSDN Git Service

ART: Do not use vixld - workaround to fix dex2oatds.
authorVladimir Marko <vmarko@google.com>
Thu, 10 Mar 2016 17:25:50 +0000 (17:25 +0000)
committerVladimir Marko <vmarko@google.com>
Thu, 10 Mar 2016 17:30:25 +0000 (17:30 +0000)
commit07f6818ef68046d4749963b3bd59f7e93cf43fa9
treef92c036b6340bba99208ca2810f1453ed45d35d7
parent8411aa3d88f4baf583ec4ecd62bb619cacd28acb
ART: Do not use vixld - workaround to fix dex2oatds.

This is a quick workaround for ODR violations caused
by linking libvixl.a compiled without VIXL_DEBUG with
the libartd-compiler.a compiled with VIXL_DEBUG.

Bug: 27588884
Change-Id: Ib1af165f177f125f03cdd99777dff4c2912f6405
build/Android.common_build.mk
build/Android.gtest.mk
compiler/Android.mk
disassembler/Android.mk
runtime/simulator/Android.mk