summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-06-03 20:54:48 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-03 20:54:48 +0000
commitb09b936d8ec7f1afe77f4f53ff4d4920c8b59092 (patch)
treeb19852b94b4da51c04cbd9e1cfc163fd01f935fa /libs/binder/Android.mk
parentdb1972bd8e9b055f2df77d57ac55f1c02ebdd278 (diff)
parentf0a2475905786d5457e7af838ac714acbfdafa4f (diff)
downloadframeworks_native-b09b936d8ec7f1afe77f4f53ff4d4920c8b59092.zip
frameworks_native-b09b936d8ec7f1afe77f4f53ff4d4920c8b59092.tar.gz
frameworks_native-b09b936d8ec7f1afe77f4f53ff4d4920c8b59092.tar.bz2
am f0a24759: am a28750ee: Merge "binder: Turn on -Werror"
* commit 'f0a2475905786d5457e7af838ac714acbfdafa4f': binder: Turn on -Werror
Diffstat (limited to 'libs/binder/Android.mk')
-rw-r--r--libs/binder/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index c8a1e35..79decfe 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -47,6 +47,7 @@ ifneq ($(TARGET_IS_64_BIT),true)
LOCAL_CFLAGS += -DBINDER_IPC_32BIT=1
endif
endif
+LOCAL_CFLAGS += -Werror
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
@@ -58,4 +59,5 @@ ifneq ($(TARGET_IS_64_BIT),true)
LOCAL_CFLAGS += -DBINDER_IPC_32BIT=1
endif
endif
+LOCAL_CFLAGS += -Werror
include $(BUILD_STATIC_LIBRARY)