You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
417 B
13 lines
417 B
# XXX: Consider moving these to config.h analogous to autoconf. |
|
LOCAL_CFLAGS += \ |
|
-DMAJOR_IN_SYSMACROS=1 \ |
|
-DHAVE_VISIBILITY=1 \ |
|
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 |
|
|
|
LOCAL_CFLAGS += \ |
|
-Wno-unused-parameter \ |
|
-Wno-missing-field-initializers |
|
|
|
# Quiet down the build system and remove any .h files from the sources |
|
LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES)) |
|
LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
|
|
|