Proper bazel flag usage for android build
This commit is contained in:
parent
b26dddd05f
commit
0d7a1b96e0
@ -65,8 +65,8 @@ EOF
|
|||||||
# //tensorflow/core:platform_setround_test is not supported. See b/64264700
|
# //tensorflow/core:platform_setround_test is not supported. See b/64264700
|
||||||
"${BAZEL_WRAPPER_PATH}" \
|
"${BAZEL_WRAPPER_PATH}" \
|
||||||
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
|
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
|
||||||
--incompatible_list_based_execution_strategy_selection \
|
|
||||||
test \
|
test \
|
||||||
|
--incompatible_list_based_execution_strategy_selection \
|
||||||
--test_output=all \
|
--test_output=all \
|
||||||
tensorflow/tools/ci_build/builds:${ANDROID_OUT_TARGET}
|
tensorflow/tools/ci_build/builds:${ANDROID_OUT_TARGET}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user