ICU 64+ no longer uses U_HAVE_STD_ATOMICS

PiperOrigin-RevId: 259815120
This commit is contained in:
A. Unique TensorFlower 2019-07-24 14:16:42 -07:00 committed by TensorFlower Gardener
parent 0f08941cfb
commit 02c9ee21b3

View File

@ -44,7 +44,7 @@ cc_library(
]), ]),
copts = [ copts = [
"-DU_COMMON_IMPLEMENTATION", "-DU_COMMON_IMPLEMENTATION",
"-DU_HAVE_STD_ATOMICS", "-DU_HAVE_STD_ATOMICS", # TODO(gunan): Remove when TF is on ICU 64+.
] + select({ ] + select({
":android": [ ":android": [
"-fdata-sections", "-fdata-sections",