aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkWindow.h
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-07-06 07:52:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-06 07:52:08 -0700
commit97a0918715b621183647d96dbe8fd2eb038ed564 (patch)
treed6342fd6670d723719c4c8dabe81398cf3bfcf8d /include/views/SkWindow.h
parent4be9a30aed390bd37681242252fe29d7839bad19 (diff)
Try fix the mac build bot after removing Android SampleApp
Diffstat (limited to 'include/views/SkWindow.h')
-rw-r--r--include/views/SkWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 50774849a6..f81ec5d06e 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -129,7 +129,7 @@ private:
#elif defined(SK_BUILD_FOR_WIN)
#include "SkOSWindow_Win.h"
#elif defined(SK_BUILD_FOR_ANDROID)
- #include "SkOSWindow_Android.h"
+ #error Android does not support SkOSWindow and SampleApp. Please use Viewer instead.
#elif defined(SK_BUILD_FOR_UNIX)
#include "SkOSWindow_Unix.h"
#elif defined(SK_BUILD_FOR_IOS)