Switch off android native activity subproject for now, as it breaks the build.

This commit is contained in:
Alexander Gorshenev
2017-06-16 21:44:52 +03:00
committed by alexander-gorshenev
parent 18a612430e
commit 6801187ad9
+4 -1
View File
@@ -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 '../'