OSDN Git Service

Fix the target Linux builds of ART
authorJulien Duraj <julien.duraj@linaro.org>
Wed, 16 Nov 2016 14:05:48 +0000 (14:05 +0000)
committerJulien Duraj <julien.duraj@linaro.org>
Wed, 23 Nov 2016 10:37:31 +0000 (10:37 +0000)
commit1af0c4ff8b79ad44a4e12d7271a66d4e775ba224
tree3e5e2527241d423290df454d551bf6787a052f0d
parent71601907b95a3527fc554a3a1724b3c12b872a7a
Fix the target Linux builds of ART

When ART_TARGET_LINUX was set it would hit some pieces of dead code that
were using old defines i.e. `__ANDROID__`

Test: export ART_TARGET_LINUX=true
Test: source build/envsetup.sh
Test: lunch
Test: cd art && mma

Change-Id: I80102750192928606e0884d2b723a87ccb7d7e19
runtime/base/logging.cc
runtime/oat_file.cc
runtime/runtime.cc