summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Wieboldt <lennart.1997@gmx.de>2017-07-26 01:33:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-26 01:33:57 +0000
commit8dbfed8558840492b4a498cb23041d93b979c62a (patch)
treeb29b09487530b1e6cfb592ecdfe247c98e137924
parent247231a17211f56a96e6a595a9eedadc06231242 (diff)
parentffc1e516fd222f3b3fab7b5f378f32280e29d81c (diff)
downloadparameter-framework-8dbfed8558840492b4a498cb23041d93b979c62a.tar.gz
Remove LOCAL_CLANG am: aac080ded4 am: 3b04336f88 am: b3c38596a1 am: 344ec10c55
am: ffc1e516fd Change-Id: Ia9fc153c30e9ca3f2fc299227c1028c785a258af
-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