Android's major/minor/makedev live in <sys/sysmacros.h>
Bug: https://github.com/android-ndk/ndk/issues/398 Signed-off-by: Rob Herring <robh@kernel.org>main
parent
81312f3730
commit
bbe998791d
|
@ -1,5 +1,6 @@
|
||||||
# XXX: Consider moving these to config.h analogous to autoconf.
|
# XXX: Consider moving these to config.h analogous to autoconf.
|
||||||
LOCAL_CFLAGS += \
|
LOCAL_CFLAGS += \
|
||||||
|
-DMAJOR_IN_SYSMACROS=1
|
||||||
-DHAVE_VISIBILITY=1 \
|
-DHAVE_VISIBILITY=1 \
|
||||||
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue