Internal Flow change for BUILD.

PiperOrigin-RevId: 424991730
This commit is contained in:
suetfei
2022-02-02 11:51:37 -08:00
committed by hai007
parent 1bc6798e14
commit 287f0d7174
37 changed files with 396 additions and 482 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
# limitations under the License.
licenses(["notice"])
package(default_visibility = ["//platform/impl/ios:__subpackages__"])
package(default_visibility = ["//cpp/platform/impl/ios:__subpackages__"])
objc_library(
name = "Shared",
@@ -25,6 +25,6 @@ objc_library(
],
deps = [
"//third_party/objective_c/google_toolbox_for_mac:GTM_StringEncoding",
"//smhasher:libmurmur3",
"@aappleby_smhasher//:libmurmur3",
],
)