Update hifi_mini cstub location.

PiperOrigin-RevId: 305938374
Change-Id: Idfdca3361a376b8fb4cc2c1cf3181bb7a448be7c
This commit is contained in:
Robert David 2020-04-10 13:50:37 -07:00 committed by TensorFlower Gardener
parent ef8d27e09e
commit 6e840b7020

View File

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