Update references from android_tensorflow_lib to portable_tensorflow_lib.
android_tensorflow_lib alias was removed. PiperOrigin-RevId: 335643116 Change-Id: Ifd899ec6307910aaa87ff1110925ae499c338040
This commit is contained in:
parent
afde52b7c0
commit
46040c2d00
@ -1363,7 +1363,7 @@ filegroup(
|
||||
# Compiles to a trivial library on non-mobile to prevent irrelevant
|
||||
# build errors. If not building this e.g. as part of an android_binary,
|
||||
# a command such as the following must be used:
|
||||
# bazel build -c opt tensorflow/core:android_tensorflow_lib \
|
||||
# bazel build -c opt tensorflow/core:portable_tensorflow_lib \
|
||||
# --define=TENSORFLOW_PROTOS=lite \
|
||||
# --crosstool_top=//external:android/crosstool \
|
||||
# --cpu=armeabi-v7a \
|
||||
|
@ -62,7 +62,7 @@ tf_cc_test(
|
||||
|
||||
# This binary may be built for either desktop or Android.
|
||||
# A typical Android build command will look like the following:
|
||||
# bazel build tensorflow/core:android_tensorflow_lib \
|
||||
# bazel build tensorflow/core:portable_tensorflow_lib \
|
||||
# --crosstool_top=//external:android/crosstool \
|
||||
# --cpu=armeabi-v7a \
|
||||
# --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
|
||||
|
@ -44,7 +44,7 @@ do
|
||||
--compilation_mode=opt --cxxopt=-std=c++14 \
|
||||
--crosstool_top=//external:android/crosstool \
|
||||
--host_crosstool_top=@bazel_tools//tools/cpp:toolchain \
|
||||
//tensorflow/core:android_tensorflow_lib \
|
||||
//tensorflow/core:portable_tensorflow_lib \
|
||||
//tensorflow/tools/android/inference_interface:libtensorflow_inference.so \
|
||||
//tensorflow/tools/android/test:libtensorflow_demo.so \
|
||||
//tensorflow/tools/benchmark:benchmark_model
|
||||
|
Loading…
Reference in New Issue
Block a user