mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 02:48:04 +02:00
android: get rid of LIBDRM_TOP
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
This commit is contained in:
parent
a3b3c1afb7
commit
3b4f9fe26b
1 changed files with 1 additions and 3 deletions
|
|
@ -24,8 +24,6 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LIBDRM_TOP := $(LOCAL_PATH)
|
||||
|
||||
# Import variables LIBDRM_{,H_,INCLUDE_H_,INCLUDE_VMWGFX_H_}FILES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
|
|
@ -38,7 +36,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
|||
$(LOCAL_PATH)/include/drm
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LIBDRM_TOP)/include/drm
|
||||
$(LOCAL_PATH)/include/drm
|
||||
|
||||
LOCAL_CFLAGS := \
|
||||
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue