OSDN Git Service

Revert "Introduce support for hardware simulators, starting with ARM64"
authorAlex Light <allight@google.com>
Tue, 18 Aug 2015 23:03:42 +0000 (23:03 +0000)
committerAlex Light <allight@google.com>
Tue, 18 Aug 2015 23:17:57 +0000 (16:17 -0700)
commit4cd27d64b0bbdde61fa3f6674ceb24221853ac2c
tree20d0a46a943a3cd66341d87eb568cd8c5f83aec2
parentedd0a6dbe26bb334f02d5abe649e3da9165277b2
Revert "Introduce support for hardware simulators, starting with ARM64"

This reverts commit c2e1a5edc438274159c6ef8e65455ac73723a8f1.

This breaks the build for x86_64 targets. This is because on target the libvixl is not included as a
library for the libart.so target build. The build of non-x86_64 targets only works because the
compilers removes the dead-code that contains the libvixl symbols.

Bug: 23321940
Change-Id: I39e93ff05b887665c47fb0986867f1d13ca65b9b
compiler/optimizing/codegen_test.cc
runtime/Android.mk
runtime/simulator/code_simulator.cc [deleted file]
runtime/simulator/code_simulator.h [deleted file]
runtime/simulator/code_simulator_arm64.cc [deleted file]
runtime/simulator/code_simulator_arm64.h [deleted file]