Add build flags for objc libraries

PiperOrigin-RevId: 317235962
Change-Id: I976ccd1ce3db49be3acac44f60b2dc44ed25d767
This commit is contained in:
YoungSeok Yoon 2020-06-18 20:16:19 -07:00 committed by TensorFlower Gardener
parent 7e6e549c46
commit 62082d4072

View File

@ -97,7 +97,7 @@ objc_library(
"//tensorflow/lite:testdata/add.bin", "//tensorflow/lite:testdata/add.bin",
"//tensorflow/lite:testdata/add_quantized.bin", "//tensorflow/lite:testdata/add_quantized.bin",
], ],
tags = TFL_DEFAULT_TAGS, tags = TFL_DEFAULT_TAGS + ["builder_default_ios_x86_64"],
deps = [ deps = [
":TensorFlowLite", ":TensorFlowLite",
], ],
@ -135,7 +135,10 @@ objc_library(
"apis", "apis",
], ],
module_name = "TestApp", module_name = "TestApp",
tags = TFL_DEFAULT_TAGS + ["manual"], tags = TFL_DEFAULT_TAGS + [
"manual",
"builder_default_ios_x86_64",
],
deps = [ deps = [
":TensorFlowLite", ":TensorFlowLite",
], ],