blob: e894655f79cd79b5dc9fa32769f3d8f0d1475290 [file] [log] [blame]
Mathias Agopianfc328812010-07-14 23:41:37 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 sensorservicetest.cpp
6
7LOCAL_SHARED_LIBRARIES := \
Mathias Agopian801ea092017-03-06 15:05:04 -08008 libutils libsensor libandroid
Mathias Agopianfc328812010-07-14 23:41:37 -07009
10LOCAL_MODULE:= test-sensorservice
11
12LOCAL_MODULE_TAGS := optional
13
14include $(BUILD_EXECUTABLE)