blob: 010bb903054a5f2730623c8fb7aeb55eab7e7ebf [file] [log] [blame]
Aaron Whyteab6ec382013-10-22 17:17:17 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES := \
6 SensorEventQueue_test.cpp
7
8#LOCAL_CFLAGS := -g
9LOCAL_MODULE := sensorstests
10
11LOCAL_STATIC_LIBRARIES := libcutils libutils
12
13LOCAL_C_INCLUDES := $(LOCAL_PATH)/.. bionic
14
15LOCAL_LDLIBS += -lpthread
16
17include $(BUILD_HOST_EXECUTABLE)