From 5cdc972bf6145115a4a198e8d4bac5ec1a133465 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Tue, 25 Jun 2013 10:30:37 +0200 Subject: [Makefile] Fix useless CFLAGS BZ: 115743 The patch e2c35a01 deleted -Wno-non-virtual-dtor flags by deleting the common_cflags definition but it was still used in the rest of the makefiles. Delete the common_cflags occurrences. Change-Id: If4301a774c45594b36962ce5b82ae5656c6a5bb1 Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/115292 Reviewed-by: Denneulin, Guillaume Reviewed-by: De Chivre, Renaud Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- remote-processor/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'remote-processor') diff --git a/remote-processor/Android.mk b/remote-processor/Android.mk index 55180b0..efb06f4 100644 --- a/remote-processor/Android.mk +++ b/remote-processor/Android.mk @@ -27,8 +27,6 @@ LOCAL_SRC_FILES := $(common_src_files) LOCAL_MODULE := $(common_module) LOCAL_MODULE_TAGS := $(common_module_tags) -LOCAL_CFLAGS += $(common_cflags) - LOCAL_C_INCLUDES += \ external/stlport/stlport/ \ bionic/ @@ -49,8 +47,6 @@ LOCAL_SRC_FILES := $(common_src_files) LOCAL_MODULE := $(common_module)_host LOCAL_MODULE_TAGS := $(common_module_tags) -LOCAL_CFLAGS += $(common_cflags) - LOCAL_LDLIBS += $(common_ldlibs) include $(BUILD_HOST_SHARED_LIBRARY) -- cgit v1.1