summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-01-04 12:18:10 -0800
committerChih-Hung Hsieh <chh@google.com>2018-01-04 12:18:10 -0800
commita5c5c7bf5189e4f65a540d12c8fb9a7139594d6b (patch)
tree2d57e9e87d4df17237a91eca2b6b97fe6f7ca0c0
parent3a098ee1f89c398b9d6e7b5dfae9c694994f8bc4 (diff)
downloadpower-a5c5c7bf5189e4f65a540d12c8fb9a7139594d6b.tar.gz
Suppress warnings to compile with global -Werror.
Bug: 66996870 Test: normal builds. Change-Id: I8d2957d7e7b8804fa86caedbd9ecc439d00918ec
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1eb4381..37a302f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,6 +15,7 @@ ifneq ($(TARGET_BOARD_AUTO),true)
LOCAL_MODULE:= power.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
+ LOCAL_CFLAGS += -Wno-unused-parameter
include $(BUILD_SHARED_LIBRARY)
endif
endif