1b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias AgopianLOCAL_PATH:= $(call my-dir) 2b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopianinclude $(CLEAR_VARS) 3b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian 4b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias AgopianLOCAL_SRC_FILES:= \ 5b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian nusensors.cpp 6b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian 7b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias AgopianLOCAL_SHARED_LIBRARIES := \ 8b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian libcutils libhardware 9b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian 10b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias AgopianLOCAL_MODULE:= test-nusensors 11b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian 12b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias AgopianLOCAL_MODULE_TAGS := optional 13b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopian 14b1e212e7b6fce2bc5c743b05853129e19760d7a4Mathias Agopianinclude $(BUILD_EXECUTABLE) 15