sdm660-common: set TARGET_USES_VULKAN false
* aosp made this default true on Android 15, mark it false now for future
This commit is contained in:
parent
3f866d1f9b
commit
42ee12ead5
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@ VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||||
# VNDK
|
# VNDK
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
|
|
||||||
|
# Vulkan
|
||||||
|
TARGET_USES_VULKAN := false
|
||||||
|
|
||||||
# Wifi
|
# Wifi
|
||||||
BOARD_WLAN_DEVICE := qcwcn
|
BOARD_WLAN_DEVICE := qcwcn
|
||||||
BOARD_HOSTAPD_DRIVER := NL80211
|
BOARD_HOSTAPD_DRIVER := NL80211
|
||||||
|
|
Loading…
Reference in a new issue