aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-04-06 20:08:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-06 20:08:16 +0000
commit2102eb9086e8b8fc17c0a8ba19c0459904423c61 (patch)
tree2722b649f73bdbf9bf79faeffd76f3cbb186afe6
parente643be2008c9aa361cea611c5a36491f23deddfc (diff)
parentd55365ab3f2c7c4927d42f0b8a307f75729eb3f1 (diff)
downloadgenext2fs-master.tar.gz
Merge "genext2fs: move fs_config to libcutils"HEADmaster-soongmastermain
-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)