loader: prefer iris on Android

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9906>
This commit is contained in:
Tapani Pälli 2021-03-29 10:13:19 +03:00 committed by Marge Bot
parent 8f7640293d
commit f8e5f945b8
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ LOCAL_SRC_FILES := \
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
ifneq ($(HAVE_GALLIUM_IRIS),)
LOCAL_CFLAGS += -DPREFER_IRIS
endif
LOCAL_MODULE := libmesa_loader
include $(MESA_COMMON_MK)