Fix perf module include path and remove host_supported
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

This commit is contained in:
Brendan Szymanski 2026-07-11 10:51:10 -04:00
parent bc627d48f5
commit 5177449819

View file

@ -901,7 +901,6 @@ cc_library_static {
cc_library_static {
name: "mesa3d_panfrost_src_panfrost_perf",
vendor: true,
host_supported: true,
defaults: ["mesa_common_defaults"],
header_libs: [
"mesa_util_headers",
@ -912,7 +911,7 @@ cc_library_static {
"meson_generated/src/panfrost/perf/pan_perf_metrics.c",
],
local_include_dirs: [
"src/panfrost/perf",
"perf",
"meson_generated/src/panfrost/perf",
],
}