summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2017-05-24 02:30:39 -0500
committerandroid-build-merger2017-05-24 02:30:39 -0500
commitdd923ad40d304700ac94dc894aa08b6b836dcdab (patch)
tree38977c605c37370b71a4ce2000593e0f50914a07
parentda09b3f5859527e818c8a0f6934d08ea0b0be9c4 (diff)
parent303fbc61ac4585143415a1c3910f2546193f13e3 (diff)
downloadexternal-libdrm-dd923ad40d304700ac94dc894aa08b6b836dcdab.tar.gz
external-libdrm-dd923ad40d304700ac94dc894aa08b6b836dcdab.tar.xz
external-libdrm-dd923ad40d304700ac94dc894aa08b6b836dcdab.zip
Android's major/minor/makedev live in <sys/sysmacros.h> am: 791d9b9fd9
am: 303fbc61ac Change-Id: I9321a82e9ae0231162f2fed9247420a6ec3df1c7
-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