File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tensorflow/tools/ci_build/builds Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 43
43
--host_crosstool_top=@bazel_tools//tools/cpp:toolchain \
44
44
//tensorflow/core:android_tensorflow_lib \
45
45
//tensorflow/contrib/android:libtensorflow_inference.so \
46
- //tensorflow/examples/android:libtensorflow_demo.so
46
+ //tensorflow/examples/android:libtensorflow_demo.so \
47
+ //tensorflow/tools/benchmark:benchmark_model
47
48
48
49
copy_lib bazel-bin/tensorflow/core/libandroid_tensorflow_lib.lo
49
50
copy_lib bazel-bin/tensorflow/contrib/android/libtensorflow_inference.so
50
51
copy_lib bazel-bin/tensorflow/examples/android/libtensorflow_demo.so
52
+ copy_lib bazel-bin/tensorflow/tools/benchmark/benchmark_model
51
53
done
52
54
53
55
# Build Jar and also demo containing native libs for all architectures.
@@ -63,3 +65,6 @@ bazel --bazelrc=/dev/null build -c opt --fat_apk_cpu=${CPUS} \
63
65
echo " Copying demo and Jar to ${OUT_DIR} "
64
66
cp bazel-bin/tensorflow/examples/android/tensorflow_demo.apk \
65
67
bazel-bin/tensorflow/contrib/android/libandroid_tensorflow_inference_java.jar ${OUT_DIR}
68
+
69
+ # Test Makefile build just to make sure it still works.
70
+ tensorflow/contrib/makefile/build_all_android.sh
You can’t perform that action at this time.
0 commit comments