mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
android: virgl: remove unnecessary LOCAL_C_INCLUDES
The path could be imported automatically. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Reviewed-by: Mauro Rossi <issor.oruam@gmail.com>
This commit is contained in:
parent
4dc129e4f4
commit
0d394f1734
2 changed files with 0 additions and 4 deletions
|
|
@ -27,8 +27,6 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
|
||||
LOCAL_C_INCLUDES := $(GALLIUM_TOP)/winsys/virgl/common
|
||||
|
||||
LOCAL_MODULE := libmesa_winsys_virgl
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libmesa_winsys_virgl_common
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := $(C_SOURCES)
|
||||
|
||||
LOCAL_C_INCLUDES := $(GALLIUM_TOP)/winsys/virgl/common
|
||||
|
||||
LOCAL_MODULE := libmesa_winsys_virgl_vtest
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libmesa_winsys_virgl_common
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue