commit | e84e4f77388ec9c1d63fb4b21605eedca2a2e932 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Mar 18 14:01:19 2015 -0700 |
committer | Colin Cross <ccross@google.com> | Wed Mar 18 21:05:14 2015 +0000 |
tree | 0e6aca3eeeeb60c504ab998bad57a287544ff7df | |
parent | 94e480778b0946d1ab405ecf901e5d41ed54cc17 [diff] |
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