summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2017-05-24 02:27:46 -0500
committerandroid-build-merger2017-05-24 02:27:46 -0500
commit303fbc61ac4585143415a1c3910f2546193f13e3 (patch)
tree38977c605c37370b71a4ce2000593e0f50914a07
parent3563100fc8409c83389248c394ef3f98c42399a9 (diff)
parent791d9b9fd9bd768bc81f5f224fb5fc2904035fa5 (diff)
downloadexternal-libdrm-303fbc61ac4585143415a1c3910f2546193f13e3.tar.gz
external-libdrm-303fbc61ac4585143415a1c3910f2546193f13e3.tar.xz
external-libdrm-303fbc61ac4585143415a1c3910f2546193f13e3.zip
Android's major/minor/makedev live in <sys/sysmacros.h>
am: 791d9b9fd9 Change-Id: Ie4fc54ca7c3531c3eebd7f8a42305d7a92fbde91
-rw-r--r--Android.common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk
index f57b8d37..46370815 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -1,5 +1,6 @@
1# XXX: Consider moving these to config.h analogous to autoconf. 1# XXX: Consider moving these to config.h analogous to autoconf.
2LOCAL_CFLAGS += \ 2LOCAL_CFLAGS += \
3 -DMAJOR_IN_SYSMACROS=1 \
3 -DHAVE_VISIBILITY=1 \ 4 -DHAVE_VISIBILITY=1 \
4 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 5 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
5 6