Skip to content

Commit

Permalink
Support both dynamic and static framworks in ios C library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 357516469
  • Loading branch information
thaink authored and tflite-support-robot committed Feb 15, 2021
1 parent a2e4b57 commit 256f027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_lite_support/ios/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load(
"@org_tensorflow//tensorflow/lite/ios:ios.bzl",
"TFL_MINIMUM_OS_VERSION",
"tflite_ios_static_framework",
"tflite_ios_framework",
)
load(
"//tensorflow_lite_support/ios:ios.bzl",
Expand All @@ -29,7 +29,7 @@ strip_c_api_include_path_prefix(
# which includes the TFLite runtime in it.
#
# bazel build -c opt --config=ios_fat //tensorflow_lite_support/ios:TensorFlowLiteTaskTextC_framework
tflite_ios_static_framework(
tflite_ios_framework(
name = "TensorFlowLiteTaskTextC_framework",
hdrs = [
":bert_nl_classifier_c_api.h",
Expand Down

0 comments on commit 256f027

Please sign in to comment.