From 1154432f88387c81be4ac2e3cb249b787ffafe21 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 24 Sep 2019 10:11:10 -0700 Subject: [PATCH] remove macro that Google ICU no longer looks at PiperOrigin-RevId: 270930340 --- third_party/icu/BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/third_party/icu/BUILD.bazel b/third_party/icu/BUILD.bazel index 69496567ebd..14cadffc841 100644 --- a/third_party/icu/BUILD.bazel +++ b/third_party/icu/BUILD.bazel @@ -48,12 +48,10 @@ cc_library( ] + select({ ":android": [ "-fdata-sections", - "-DGOOGLE_VENDOR_SRC_BRANCH", "-DU_HAVE_NL_LANGINFO_CODESET=0", "-Wno-deprecated-declarations", ], ":apple": [ - "-DGOOGLE_VENDOR_SRC_BRANCH", "-Wno-shorten-64-to-32", "-Wno-unused-variable", ],