fc32881fcc
remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
15 lines
251 B
Makefile
15 lines
251 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
sensorservicetest.cpp
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libcutils libutils libui libgui
|
|
|
|
LOCAL_MODULE:= test-sensorservice
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
include $(BUILD_EXECUTABLE)
|