summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9802c9e..1243ad7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS) -I../../frameworks/base/include/
LOCAL_CFLAGS :=
-LOCAL_SHARED_LIBRARIES := libsysutils
+LOCAL_SHARED_LIBRARIES := libsysutils libcutils
include $(BUILD_EXECUTABLE)