File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tensorflow-core/tensorflow-core-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ BUILD_FLAGS="$BUILD_FLAGS --experimental_repo_remote_exec --python_path="$PYTHON
33
33
BUILD_FLAGS=" $BUILD_FLAGS --distinct_host_configuration=true"
34
34
35
35
# Build C/C++ API of TensorFlow itself including a target to generate ops for Java
36
- bazel build $BUILD_FLAGS $BUILD_EXTRA_FLAGS \
36
+ bazel build $BUILD_FLAGS ${BUILD_USER_FLAGS :- } \
37
37
@org_tensorflow//tensorflow:tensorflow_cc \
38
38
@org_tensorflow//tensorflow/tools/lib_package:jnilicenses_generate \
39
39
:java_proto_gen_sources \
Original file line number Diff line number Diff line change 260
260
</buildCommand >
261
261
<environmentVariables >
262
262
<EXTENSION >${javacpp.platform.extension} </EXTENSION >
263
- <BUILD_EXTRA_FLAGS >${native.build.flags} </BUILD_EXTRA_FLAGS >
263
+ <BUILD_USER_FLAGS >${native.build.flags} </BUILD_USER_FLAGS >
264
264
</environmentVariables >
265
265
<workingDirectory >${project.basedir} </workingDirectory >
266
266
</configuration >
You can’t perform that action at this time.
0 commit comments