Fix perf module include path and remove host_supported
This commit is contained in:
parent
bc627d48f5
commit
5177449819
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue