From 924861734b8b3da9017966aacb9269b9f9617cd3 Mon Sep 17 00:00:00 2001 From: smartcoder00 <47202744+smartcoder00@users.noreply.github.com> Date: Wed, 13 Mar 2019 16:26:50 +0530 Subject: [PATCH] Changing nativeBuildSystem to none --- tensorflow/examples/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/examples/android/build.gradle b/tensorflow/examples/android/build.gradle index f771530eb9d68a..26b15013a79eb2 100644 --- a/tensorflow/examples/android/build.gradle +++ b/tensorflow/examples/android/build.gradle @@ -42,7 +42,7 @@ allprojects { } // set to 'bazel', 'cmake', 'makefile', 'none' -def nativeBuildSystem = 'bazel' +def nativeBuildSystem = 'none' // Controls output directory in APK and CPU type for Bazel builds. // NOTE: Does not affect the Makefile build target API (yet), which currently