forked from Lainports/opnsense-ports
15 lines
381 B
Text
15 lines
381 B
Text
--- content/app/BUILD.gn.orig 2024-08-14 20:54:58 UTC
|
|
+++ content/app/BUILD.gn
|
|
@@ -96,9 +96,9 @@ source_set("content_main_runner_app") {
|
|
"//chromeos/startup:constants",
|
|
]
|
|
}
|
|
- if (build_tflite_with_xnnpack) {
|
|
- deps += [ "//third_party/cpuinfo" ]
|
|
- }
|
|
+# if (build_tflite_with_xnnpack) {
|
|
+# deps += [ "//third_party/cpuinfo" ]
|
|
+# }
|
|
}
|
|
|
|
source_set("app") {
|