summaryrefslogtreecommitdiffstats
path: root/src/egl/Android.mk
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2017-03-21 13:51:16 -0500
committerEmil Velikov <[email protected]>2017-03-22 17:52:06 +0000
commit5410c60112c8a5cceb3e6531ff7d2b8669b5635d (patch)
treedbfde57ea39367a0052f1f51b17718c73791adc4 /src/egl/Android.mk
parent50a9b0cb43df3380e508e87aa6a7d739ba130723 (diff)
Android: clean-up trailing '\' in make variables
Fixed with the following command: perl -pe 'BEGIN{undef $/;} s/ \\\n\n/\n\n/smg' $(find . -name 'Android.*') Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Android.mk')
-rw-r--r--src/egl/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/Android.mk b/src/egl/Android.mk
index bfd56a744df..0227ad82c67 100644
--- a/src/egl/Android.mk
+++ b/src/egl/Android.mk
@@ -45,7 +45,7 @@ LOCAL_CFLAGS := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/egl/main \
- $(MESA_TOP)/src/egl/drivers/dri2 \
+ $(MESA_TOP)/src/egl/drivers/dri2
LOCAL_STATIC_LIBRARIES := \
libmesa_loader
@@ -55,7 +55,7 @@ LOCAL_SHARED_LIBRARIES := \
libhardware \
liblog \
libcutils \
- libgralloc_drm \
+ libgralloc_drm
ifeq ($(shell echo "$(MESA_ANDROID_VERSION) >= 4.2" | bc),1)
LOCAL_SHARED_LIBRARIES += libsync