commit | 1aa58f9ef95e0c15bd3e41bb987dd6d8f48aa978 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Dec 16 14:17:44 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Wed Dec 16 15:53:35 2015 -0800 |
tree | 88b01c3a2585bcab3e0efdd3c9a67b6714003367 | |
parent | e96eb0dddaa0c248e324a0e9f5dacc8eef646773 [diff] [blame] |
Libhardware: Fix tests Fix some warnings. Silence another. Less build noise. Change-Id: Ibdbba093c2aca45343bfbe72c551b15d0f94e1b5
diff --git a/tests/hwc/Android.mk b/tests/hwc/Android.mk index 4cae9eb..367f5f4 100644 --- a/tests/hwc/Android.mk +++ b/tests/hwc/Android.mk
@@ -3,6 +3,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := libcnativewindow LOCAL_SRC_FILES := cnativewindow.c util.c +LOCAL_CFLAGS := -Wno-unused-parameter include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS)