[sanitizer] Fix the test on android

GitOrigin-RevId: 758928e3b86e6a8dbef96dfb582b6cb71a586166
diff --git a/test/sanitizer_common/TestCases/external_symbolizer_path.cpp b/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
index fa12f4d..118fdc9 100644
--- a/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
+++ b/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
@@ -14,6 +14,9 @@
 // RUN: %env_tool_opts=external_symbolizer_path=%d/external_symbolizer_path.cpp.tmp.bin/llvm-symbolizer \
 // RUN:   %run %t 2>&1 | FileCheck %s --check-prefix=NOT-FOUND
 
+// Mobile device will not have symbolizer in provided path.
+// UNSUPPORTED: ios, android
+
 #include <sanitizer/common_interface_defs.h>
 #include <stdio.h>