summaryrefslogtreecommitdiffstats
path: root/fs_mgr/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-23 14:22:48 -0800
committerColin Cross <ccross@android.com>2014-01-23 14:24:16 -0800
commit5edee2aca94cb0bfc45786260e23fbce1b239d87 (patch)
treeb94c37dfb2c9bb0dde04000ef9693f1704189c18 /fs_mgr/Android.mk
parenta8be6279350211d610d2cf30173bd4bcb6405dfb (diff)
downloadsystem_core-5edee2aca94cb0bfc45786260e23fbce1b239d87.tar.gz
system_core-5edee2aca94cb0bfc45786260e23fbce1b239d87.tar.bz2
system_core-5edee2aca94cb0bfc45786260e23fbce1b239d87.zip
fs_mgr: split fstab parsing into separate file
Move fstab parsing into fs_mgr_fstab.c so that it compiles into a separate compilation unit. uncrypt links against it but doesn't need to pull in the rest of the dependencies on fs_mgr.c. Change-Id: I6bffe1cd42720151533e958028259d1931aaa4bf
Diffstat (limited to 'fs_mgr/Android.mk')
-rw-r--r--fs_mgr/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/Android.mk b/fs_mgr/Android.mk
index 790598a91..165ebd490 100644
--- a/fs_mgr/Android.mk
+++ b/fs_mgr/Android.mk
@@ -3,7 +3,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES:= fs_mgr.c fs_mgr_verity.c
+LOCAL_SRC_FILES:= fs_mgr.c fs_mgr_verity.c fs_mgr_fstab.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include