summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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