aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e52cbe5..8613199 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,6 +10,8 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -O2 -g -Wall -DHAVE_CONFIG_H
+LOCAL_SHARED_LIBRARIES := libcutils
+
LOCAL_MODULE := genext2fs
include $(BUILD_HOST_EXECUTABLE)