Fix to the BUILD file.

PiperOrigin-RevId: 306041437
Change-Id: I037ae7364648d47187a553f3fa3817aa3bdc0191
This commit is contained in:
Advait Jain 2020-04-11 09:40:06 -07:00 committed by TensorFlower Gardener
parent 859c4c21c0
commit c9134c8618

View File

@ -91,7 +91,7 @@ cc_library(
] + select({
"//conditions:default": [],
":xtensa_hifimini": [
#"//third_party/xtensa/cstub64s:hifi_mini",
# #"//third_party/xtensa/cstub64s:hifi_mini",
],
}),
)