mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 17:00:09 +01:00
android: fix typo LOCAL_EXPORT_C_INCLUDES
Should be LOCAL_EXPORT_C_INCLUDE_DIRS. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Tested-by: Mauro Rossi <issor.oruam@gmail.com>
This commit is contained in:
parent
c237654dca
commit
bb75c73e96
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ LOCAL_SRC_FILES := $(C_SOURCES)
|
|||
|
||||
LOCAL_MODULE := libmesa_winsys_virgl_common
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
|
||||
|
||||
include $(GALLIUM_COMMON_MK)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ LOCAL_CFLAGS := \
|
|||
LOCAL_C_INCLUDES := \
|
||||
$(MESA_TOP)/src/mapi
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := \
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
||||
$(MESA_TOP)/src/mapi
|
||||
|
||||
LOCAL_MODULE := libglapi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue