Disable Torch and Tensorflow samples from aggregate build.

This commit is contained in:
Nikolay Igotti
2018-08-17 09:54:00 +03:00
parent d613f12328
commit ac3cdd5c8d
+3 -2
View File
@@ -10,8 +10,9 @@ include ':nonBlockingEchoServer'
include ':opengl'
include ':socket'
include ':tetris'
include ':tensorflow'
include ':torch'
// ML samples have non-trivial deps, disable from here.
// include ':tensorflow'
// include ':torch'
// 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.