[asan] Disable ODR test on Android
diff --git a/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc b/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
index 70ea4c9..283295d 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
@@ -1,3 +1,6 @@
+// FIXME: Same as test/asan/TestCases/Linux/odr-violation.cc ?
+// XFAIL: android
+
 // RUN: %clangxx_asan -fno-rtti -DBUILD_SO1 -fPIC -shared %s -o %t1.so
 // RUN: %clangxx_asan -fno-rtti -DBUILD_SO2 -fPIC -shared %s -o %t2.so
 // RUN: %clangxx_asan -fno-rtti %t1.so %t2.so %s -Wl,-R. -o %t