summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Wieboldt <lennart.1997@gmx.de>2017-07-25 23:59:51 +0200
committerLennart Wieboldt <lennart.1997@gmx.de>2017-07-26 00:00:17 +0200
commitaac080ded4d4d645bee26777f0a419b9a8a07880 (patch)
treeb29b09487530b1e6cfb592ecdfe247c98e137924
parente210979b2eb1410f80fb88a9a4c235ee0cd23d0c (diff)
downloadparameter-framework-o-iot-preview-5.tar.gz
clang is the default compiler since Android nougat Change-Id: I901a6dac7bcb2da784e119d88d0d360360a003c4 Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
-rw-r--r--LibParameter.mk2
-rw-r--r--LibPfwUtility.mk2
-rw-r--r--LibRemoteProcessor.mk2
-rw-r--r--RemoteProcess.mk2
-rw-r--r--TestPlatform.mk2
5 files changed, 0 insertions, 10 deletions
diff --git a/LibParameter.mk b/LibParameter.mk
index 7d5f1e9..4cb423e 100644
--- a/LibParameter.mk
+++ b/LibParameter.mk
@@ -136,5 +136,3 @@ LOCAL_CFLAGS := -frtti -fexceptions
LOCAL_STATIC_LIBRARIES := \
libpfw_utility$(SUFFIX) \
libxml2
-
-LOCAL_CLANG := true
diff --git a/LibPfwUtility.mk b/LibPfwUtility.mk
index 5f4cdbd..0c8760e 100644
--- a/LibPfwUtility.mk
+++ b/LibPfwUtility.mk
@@ -43,5 +43,3 @@ LOCAL_SRC_FILES := \
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/upstream/utility/
LOCAL_C_INCLUDES := $(LOCAL_PATH)/upstream/utility/
LOCAL_CFLAGS := -frtti -fexceptions
-
-LOCAL_CLANG := true
diff --git a/LibRemoteProcessor.mk b/LibRemoteProcessor.mk
index ed437ee..c96b8f4 100644
--- a/LibRemoteProcessor.mk
+++ b/LibRemoteProcessor.mk
@@ -64,5 +64,3 @@ LOCAL_CFLAGS := \
-isystem $(LOCAL_PATH)/asio/include
endif #ifeq ($(PFW_NETWORKING),false)
-
-LOCAL_CLANG := true
diff --git a/RemoteProcess.mk b/RemoteProcess.mk
index d30020f..bd154d7 100644
--- a/RemoteProcess.mk
+++ b/RemoteProcess.mk
@@ -44,5 +44,3 @@ LOCAL_CFLAGS := \
-isystem $(LOCAL_PATH)/asio/include
LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
-
-LOCAL_CLANG := true
diff --git a/TestPlatform.mk b/TestPlatform.mk
index dbba719..a5bb764 100644
--- a/TestPlatform.mk
+++ b/TestPlatform.mk
@@ -60,5 +60,3 @@ LOCAL_CFLAGS := \
-isystem $(LOCAL_PATH)/asio/include
endif #ifeq ($(PFW_NETWORKING),false)
-
-LOCAL_CLANG := true