Index: webrtc/test/testsupport/fileutils.cc |
diff --git a/webrtc/test/testsupport/fileutils.cc b/webrtc/test/testsupport/fileutils.cc |
index 15abf5c5179775e05a20054d297a437580e8b24f..4ff0034dea178de23fd21bd79da31e0963395d45 100644 |
--- a/webrtc/test/testsupport/fileutils.cc |
+++ b/webrtc/test/testsupport/fileutils.cc |
@@ -222,6 +222,9 @@ std::string ResourcePath(std::string name, std::string extension) { |
#ifdef WEBRTC_MAC |
platform = "mac"; |
#endif // WEBRTC_MAC |
+#ifdef WEBRTC_ANDROID |
+ platform = "android"; |
+#endif // WEBRTC_ANDROID |
#ifdef WEBRTC_ARCH_64_BITS |
std::string architecture = "64"; |