blob: ef490961744ad4897dbb69bd5b928e58ebc4f521 [file] [log] [blame]
Mathias Agopianb1e212e2010-07-08 16:44:54 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 nusensors.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils libhardware
9
10LOCAL_MODULE:= test-nusensors
11
12LOCAL_MODULE_TAGS := optional
13
14include $(BUILD_EXECUTABLE)