From 6801187ad99422984736b986d184ef2123768b2f Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Fri, 16 Jun 2017 21:44:52 +0300 Subject: [PATCH] Switch off android native activity subproject for now, as it breaks the build. --- samples/settings.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/settings.gradle b/samples/settings.gradle index 776a5d98095..af2363f660e 100644 --- a/samples/settings.gradle +++ b/samples/settings.gradle @@ -8,5 +8,8 @@ include ':socket' include ':tetris' include ':tensorflow' include ':concurrent' -include ':androidNativeActivity' +// Android native activity build requires Android SDK. +// So temporary switching off for now, as it breaks the build +// of other samples if SDK is not present. +//include ':androidNativeActivity' includeBuild '../'