OSDN Git Service

Remove the Android.mk GCC-only source files hackery
authorColin Cross <ccross@android.com>
Wed, 18 Mar 2015 21:01:19 +0000 (14:01 -0700)
committerColin Cross <ccross@google.com>
Wed, 18 Mar 2015 21:05:14 +0000 (21:05 +0000)
commite84e4f77388ec9c1d63fb4b21605eedca2a2e932
tree0e6aca3eeeeb60c504ab998bad57a287544ff7df
parent94e480778b0946d1ab405ecf901e5d41ed54cc17
Remove the Android.mk GCC-only source files hackery

The complexity in Android.mk to deal with GCC-only source files is
unnecessary, use #if !defined(__clang__) around the contents of
interpreter/interpreter_goto_table_impl.cc, the same way
interpreter/interpreter.cc does around references to it.

Bug: 17716550
Change-Id: I775c23b6790d38b0d73a92529c696a31e6a4ae83
runtime/Android.mk
runtime/interpreter/interpreter_goto_table_impl.cc