Skip to content

Commit 5bf5b63

Browse files
ratatouilleratatouille
ratatouille
authored and
ratatouille
committed
enable nvk driver for x86_64
In future it can be moved for common devices without problems
1 parent 1291f2d commit 5bf5b63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

device.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ PRODUCT_PACKAGES += \
8989
ifneq ($(filter %_waydroid_x86 %_waydroid_x86_64,$(TARGET_PRODUCT)),)
9090
PRODUCT_PACKAGES += \
9191
vulkan.intel \
92-
vulkan.intel_hasvk
92+
vulkan.intel_hasvk \
93+
vulkan.nouveau
9394
endif
9495

9596
PRODUCT_COPY_FILES += \

waydroid_x86_64/BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ TARGET_2ND_ARCH_VARIANT := x86_64
2727

2828
ifneq ($(TARGET_USE_MESA),false)
2929
BOARD_MESA3D_GALLIUM_DRIVERS += i915 iris crocus
30-
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk
30+
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk nouveau
3131
endif

0 commit comments

Comments
 (0)