aboutsummaryrefslogtreecommitdiffstats
path: root/lib/quota
diff options
context:
space:
mode:
authorAusten Dicken <cvpcsm@gmail.com>2011-11-23 01:03:46 -0600
committerSteve Kondik <steve@cyngn.com>2015-10-16 06:36:34 -0700
commit2239e5be5ed8df24a552d1d83b74beb35652093d (patch)
treef8f3369f58df3c5f611057eea015e9b0c5cd19f4 /lib/quota
parentb2cc45fe711dc42c8c0444584b2513ac59b3ad3b (diff)
downloadandroid_external_e2fsprogs-2239e5be5ed8df24a552d1d83b74beb35652093d.tar.gz
android_external_e2fsprogs-2239e5be5ed8df24a552d1d83b74beb35652093d.tar.bz2
android_external_e2fsprogs-2239e5be5ed8df24a552d1d83b74beb35652093d.zip
build static e2fsprogs
change makefies to build static mke2fs and tune2fs and place them in $(PRODUCT_OUT)/utilities Change-Id: I0139b3dcfe64a4031db7719ddd71120d174d1990 static e2fsck, tune2fs, and mke2fs for recovery Change-Id: I8725cc296be8967265261e92da743c149e9ec45b resize: allow static build Change-Id: Id5dabaf87de775bb7461f83a9e7ae9ca754a1635 e2fsprogs: Clean up makefiles * Remove duplicate modules Change-Id: If68c5685a76943bc6bfdcb630c15c2f9ac59effd
Diffstat (limited to 'lib/quota')
-rw-r--r--lib/quota/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/quota/Android.mk b/lib/quota/Android.mk
index ef599eab..c1b84b4a 100644
--- a/lib/quota/Android.mk
+++ b/lib/quota/Android.mk
@@ -55,7 +55,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(libext2_quota_src_files)
LOCAL_C_INCLUDES := $(libext2_quota_c_includes)
LOCAL_CFLAGS := $(libext2_quota_cflags)
-LOCAL_STATIC_LIBRARIES := libc $(libext2_quota_static_libraries)
+LOCAL_SYSTEM_STATIC_LIBRARIES := libc $(libext2_quota_shared_libraries) libext2fs
+LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libext2_quota
LOCAL_MODULE_TAGS := optional