summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-06-25 10:30:37 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:58 +0100
commit5cdc972bf6145115a4a198e8d4bac5ec1a133465 (patch)
treead40cef77c05bafeb4efe7be2345f86cdbeab6e7 /remote-processor
parent310c4993d94430dfaa790160c15785992131133a (diff)
downloadexternal_parameter-framework-5cdc972bf6145115a4a198e8d4bac5ec1a133465.zip
external_parameter-framework-5cdc972bf6145115a4a198e8d4bac5ec1a133465.tar.gz
external_parameter-framework-5cdc972bf6145115a4a198e8d4bac5ec1a133465.tar.bz2
[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 <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/115292 Reviewed-by: Denneulin, Guillaume <guillaume.denneulin@intel.com> Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com> Tested-by: Dixon, CharlesX <charlesx.dixon@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/Android.mk4
1 files changed, 0 insertions, 4 deletions
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)