From ce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Sun, 28 May 2017 09:34:13 -0500 Subject: [PATCH] Android: fix missing trailing \ In commit bbe998791d6c ("Android's major/minor/makedev live in "), it didn't apply cleanly and I missed the trailing \, so add it here. Signed-off-by: Rob Herring --- Android.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.common.mk b/Android.common.mk index 4b5462f6..b45ca10f 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -1,6 +1,6 @@ # XXX: Consider moving these to config.h analogous to autoconf. LOCAL_CFLAGS += \ - -DMAJOR_IN_SYSMACROS=1 + -DMAJOR_IN_SYSMACROS=1 \ -DHAVE_VISIBILITY=1 \ -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1