blob: 0811be57f61d996025ffbf219b91ce39b6e5f394 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
main_sensorservice.cpp
LOCAL_SHARED_LIBRARIES := \
libsensorservice \
libbinder \
libutils
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../services/sensorservice
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= sensorservice
include $(BUILD_EXECUTABLE)