mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
android: fix cflags and includes for amdgpu winsys
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
807b1e5b05
commit
6aaa814995
1 changed files with 10 additions and 0 deletions
|
|
@ -30,6 +30,16 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
|
||||
LOCAL_CFLAGS := \
|
||||
$(AMDGPU_CFLAGS) \
|
||||
-DBRAHMA_BUILD=1
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/addrlib \
|
||||
$(LOCAL_PATH)/addrlib/core \
|
||||
$(LOCAL_PATH)/addrlib/inc/chip/r800 \
|
||||
$(LOCAL_PATH)/addrlib/r800/chip
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdrm libdrm_amdgpu
|
||||
LOCAL_MODULE := libmesa_winsys_amdgpu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue