summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Wieboldt <lennart.1997@gmx.de>2017-07-26 01:04:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-26 01:04:07 +0000
commit344ec10c556357930a6b9c061b8854d09bc734ff (patch)
treeb29b09487530b1e6cfb592ecdfe247c98e137924
parent247231a17211f56a96e6a595a9eedadc06231242 (diff)
parentb3c38596a1905570b8aa77b3c1556546961d8bda (diff)
downloadparameter-framework-344ec10c556357930a6b9c061b8854d09bc734ff.tar.gz
Remove LOCAL_CLANG am: aac080ded4 am: 3b04336f88
am: b3c38596a1 Change-Id: Ied926c69523eac249ddc3910baa68187d84b203f
-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