Aaron Whyte | ab6ec38 | 2013-10-22 17:17:17 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | SensorEventQueue_test.cpp | ||||
7 | |||||
8 | #LOCAL_CFLAGS := -g | ||||
9 | LOCAL_MODULE := sensorstests | ||||
10 | |||||
11 | LOCAL_STATIC_LIBRARIES := libcutils libutils | ||||
12 | |||||
13 | LOCAL_C_INCLUDES := $(LOCAL_PATH)/.. bionic | ||||
14 | |||||
15 | LOCAL_LDLIBS += -lpthread | ||||
16 | |||||
17 | include $(BUILD_HOST_EXECUTABLE) |