Move to using the new unified fstab in recovery.

Instead of reading it's own fstab, have recovery invoke
fs_mgr to read the unified fstab.

Change-Id: I80c75d2c53b809ac60a4a69f0ef7ebfa707c39e9
This commit is contained in:
Ken Sumrall
2013-02-13 12:59:35 -08:00
parent 133f56bde0
commit f35d1cef7c
4 changed files with 55 additions and 149 deletions
+2
View File
@@ -32,6 +32,7 @@ LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
LOCAL_STATIC_LIBRARIES := \
@@ -45,6 +46,7 @@ LOCAL_STATIC_LIBRARIES := \
libminui \
libpixelflinger_static \
libpng \
libfs_mgr \
libcutils \
libselinux \
libstdc++ \