android: add HAVE_VISIBILITY to Android.common.mk
[platform/upstream/libdrm.git] / Android.common.mk
1 LOCAL_CFLAGS += \
2         -DHAVE_VISIBILITY=1 \
3         -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
4
5 # Quiet down the build system and remove any .h files from the sources
6 LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
7 LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)