Mathias Agopian c12b7ba81e sensorservice can now be ran standalone
Change-Id: I6e757f31f1e020046038e5ab84e71b8689a0aed3
2011-05-27 16:35:11 -07:00

20 lines
324 B
Makefile

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)