From b7395a7f8b397e75024610e2f3c965bb90fbd2e7 Mon Sep 17 00:00:00 2001 From: BitO BSessiOn Date: Thu, 24 Nov 2016 17:40:41 +0100 Subject: [PATCH] Fix for building in some distributions --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 86c0e6c..46052e9 100644 --- a/Android.mk +++ b/Android.mk @@ -26,7 +26,7 @@ LOCAL_SRC_FILES := \ log_service.c \ utils.c -LOCAL_CFLAGS := -g -DADB_HOST=0 -Wall -Wno-unused-parameter +LOCAL_CFLAGS := -g -DADB_HOST=0 -Wall -Wno-unused-parameter -Wno-error=implicit-function-declaration # adb can't be built without optimizations, so we enforce -O2 if no # other optimization flag is set - but we don't override what the global # flags are saying if something else is given (-Os or -O3 are useful)