summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_tflite_features.gni
blob: 6f34786d4a5c32b46587dcd0afb528fd433b28f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/tflite/features.gni.orig	2025-06-19 07:37:57 UTC
+++ third_party/tflite/features.gni
@@ -8,7 +8,7 @@ import("//services/on_device_model/on_device_model.gni
 
 declare_args() {
   # This enables building TFLite with XNNPACK.
-  build_tflite_with_xnnpack = current_cpu != "arm" && !is_fuchsia
+  build_tflite_with_xnnpack = current_cpu != "arm" && !is_fuchsia && !is_bsd
 
   # Turns on TFLITE_WITH_RUY, using ruy as the gemm backend instead of gemmlowp.
   build_tflite_with_ruy = true