summaryrefslogtreecommitdiffstats
path: root/services/jni/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/jni/Android.mk')
-rw-r--r--services/jni/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/jni/Android.mk b/services/jni/Android.mk
index c90879d..d10f54f 100644
--- a/services/jni/Android.mk
+++ b/services/jni/Android.mk
@@ -8,6 +8,7 @@ LOCAL_SRC_FILES:= \
com_android_server_LightsService.cpp \
com_android_server_PowerManagerService.cpp \
com_android_server_SystemServer.cpp \
+ com_android_server_UsbObserver.cpp \
com_android_server_VibratorService.cpp \
com_android_server_location_GpsLocationProvider.cpp \
onload.cpp
@@ -26,6 +27,8 @@ LOCAL_SHARED_LIBRARIES := \
libui \
libsurfaceflinger_client
+LOCAL_STATIC_LIBRARIES := libusbhost
+
ifeq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_OS),linux)
ifeq ($(TARGET_ARCH),x86)