blob: 8e41617f7b262ddfa776f4f296b50264b8e63179 [file] [log] [blame]
Mathias Agopiand0566bc2011-11-17 17:49:17 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 vsync.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
10 libbinder \
11 libui \
12 libgui
13
14LOCAL_MODULE:= test-vsync-events
15
16LOCAL_MODULE_TAGS := tests
17
Dan Stozaa282f582017-03-28 11:28:50 -070018LOCAL_CFLAGS := -Werror
19
Mathias Agopiand0566bc2011-11-17 17:49:17 -080020include $(BUILD_EXECUTABLE)