summaryrefslogtreecommitdiffstats
path: root/XmlGenerator.mk
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-12 01:14:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-12 01:14:20 +0000
commit108db75a59dbea562ac4bcaf8c6cc862c4919af0 (patch)
treee3be27414b0523b6f2bb06c9f4563f655eaa874a /XmlGenerator.mk
parent8dbfed8558840492b4a498cb23041d93b979c62a (diff)
parentd5944a530eb24f71ac50a3faddd1501f41b61bca (diff)
downloadplatform_external_parameter-framework-pie-dev.tar.gz
platform_external_parameter-framework-pie-dev.tar.bz2
platform_external_parameter-framework-pie-dev.zip
am: d5944a530e Change-Id: Iecbeb0d534412dbc5b6b1802a4c6c9f8125730c9
Diffstat (limited to 'XmlGenerator.mk')
-rw-r--r--XmlGenerator.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/XmlGenerator.mk b/XmlGenerator.mk
index 5bc2e4e..c1d9741 100644
--- a/XmlGenerator.mk
+++ b/XmlGenerator.mk
@@ -77,7 +77,7 @@ LOCAL_MODULE := domainGeneratorConnector
LOCAL_MODULE_OWNER := intel
LOCAL_STATIC_LIBRARIES := libpfw_utility_host
LOCAL_SHARED_LIBRARIES := libparameter_host
-LOCAL_CFLAGS := -fexceptions
+LOCAL_CFLAGS := -fexceptions -Wall -Werror
LOCAL_SRC_FILES := ./upstream/tools/xmlGenerator/domainGeneratorConnector.cpp
include $(BUILD_HOST_EXECUTABLE)