Index: Source/platform/BUILD.gn |
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn |
index 32f91be01019ab9a627350546ea0ade98a1f31a6..788bf845291bef4d21c9d4638082e4b2e34b747c 100644 |
--- a/Source/platform/BUILD.gn |
+++ b/Source/platform/BUILD.gn |
@@ -311,8 +311,7 @@ component("platform") { |
} |
if (use_openmax_dl_fft) { |
include_dirs += [ "//third_party/openmax_dl" ] |
- # TODO(GYP) |
- # deps += [ "//third_party/openmax_dl/dl" ] |
+ deps += [ "//third_party/openmax_dl/dl" ] |
} |
} |