samples: Add scripts for samples building

This pach adds a root gradle project in the samples directory
which allows one to build all gradle samples using `./gradlew build`
command. It also adds a shell script in the samples directory which
can build all samples (excluding tensorflow one) using their build.sh
scripts.
This commit is contained in:
Ilya Matveev
2017-05-12 18:05:14 +07:00
committed by ilmat192
parent 8ee788e6b5
commit d28f8ce7f2
28 changed files with 168 additions and 120 deletions
+1
View File
@@ -0,0 +1 @@
konan.home=../..