summaryrefslogtreecommitdiffstats
path: root/modules/sensors/tests/Android.mk
blob: 010bb903054a5f2730623c8fb7aeb55eab7e7ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	SensorEventQueue_test.cpp

#LOCAL_CFLAGS := -g
LOCAL_MODULE := sensorstests

LOCAL_STATIC_LIBRARIES := libcutils libutils

LOCAL_C_INCLUDES := $(LOCAL_PATH)/.. bionic

LOCAL_LDLIBS += -lpthread

include $(BUILD_HOST_EXECUTABLE)