ANDROID: build Xe backend into intel targets
Bug: 358427077 Test: CQ Change-Id: I61bbfdd6665622c7a56c773e0c450e2fb54a4380
This commit is contained in:
parent
a394318df6
commit
ad502fed04
1 changed files with 5 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ filegroup {
|
|||
"virtgpu.c",
|
||||
"virtgpu_cross_domain.c",
|
||||
"virtgpu_virgl.c",
|
||||
"xe.c",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
@ -143,7 +144,10 @@ cc_defaults {
|
|||
}
|
||||
|
||||
generic_cflags = ["-DHAS_DMABUF_SYSTEM_HEAP"]
|
||||
intel_cflags = ["-DDRV_I915"]
|
||||
intel_cflags = [
|
||||
"-DDRV_I915",
|
||||
"-DDRV_XE",
|
||||
]
|
||||
meson_cflags = ["-DDRV_MESON"]
|
||||
msm_cflags = [
|
||||
"-DDRV_MSM",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue