Skip to content

Commit

Permalink
recovery: switch internal/external storages & copy rmt_storage_recovery
Browse files Browse the repository at this point in the history
On a second thought, keep storage configuration in the correct order.
Also don't forget to copy rmt_storage_recovery. :P

Change-Id: Ifb6efec05d9a2c85f1b16fd1111549081612f721
  • Loading branch information
KonstaT committed Apr 18, 2013
1 parent 7efbe6c commit 0d733d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions recovery/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),atlas40)

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := sbin/rmt_storage_recovery
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES_LOCAL
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)

endif
4 changes: 2 additions & 2 deletions recovery/recovery.fstab
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/cache ext4 /dev/block/mmcblk0p21
/data ext4 /dev/block/mmcblk0p22

/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sdcard datamedia /dev/null
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sd-ext auto /dev/block/mmcblk1p2
/external_sd datamedia /dev/null

0 comments on commit 0d733d2

Please sign in to comment.