mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-24 23:20:40 +02:00
android: set the HAVE_VISIBILITY define
... in order to limit the exported symbols only to the required ones. Both compilers used with Android (GCC and LLVM) support this, so set it unconditionally. Cc: Chih-Wei Huang <cwhuang@linux.org.tw> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
b091ecdbf9
commit
9dd2e8e552
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ LOCAL_C_INCLUDES := \
|
|||
$(LOCAL_PATH)/include/drm
|
||||
|
||||
LOCAL_CFLAGS := \
|
||||
-DHAVE_VISIBILITY=1 \
|
||||
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue