File tree 3 files changed +20
-7
lines changed
3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,19 @@ BOARD_CUSTOM_RECOVERY_KEYMAPPING:= ../../device/motorola/jordan/recovery_ui.c
82
82
BOARD_HAS_NO_MISC_PARTITION := true
83
83
BOARD_RECOVERY_IGNORE_BOOTABLES := true
84
84
BOARD_HAS_SMALL_RECOVERY := true
85
+ BOARD_HAS_LARGE_FILESYSTEM := true
86
+ BOARD_HAS_NO_SELECT_BUTTON := true
87
+
88
+ BOARD_SDCARD_DEVICE_PRIMARY := /dev/block/mmcblk0p1
89
+ BOARD_SDCARD_DEVICE_SECONDARY := /dev/block/mmcblk0
90
+ BOARD_SDEXT_DEVICE := /dev/block/mmcblk0p2
91
+ BOARD_SYSTEM_DEVICE := /dev/block/mmcblk1p21
92
+ BOARD_DATA_DEVICE := /dev/block/mmcblk1p25
93
+
85
94
BOARD_NEVER_UMOUNT_SYSTEM := true
86
95
# TARGET_RECOVERY_UI_LIB := librecovery_ui_generic
87
96
# TARGET_RECOVERY_UPDATER_LIBS += librecovery_updater_generic
88
97
89
-
90
98
# Override cyanogen squisher to customize our update zip package
91
99
TARGET_CUSTOM_RELEASETOOL := ./device/motorola/jordan/releasetools/squisher
92
100
Original file line number Diff line number Diff line change 1
1
# This file is used to build the different partitions
2
+ # dont change this file, it is not related to recovery
3
+ #
4
+ # the recovery one : bootmenu/recovery/recovery.fstab
5
+ # the busybox fstab : prebuilt/etc/busybox.fstab
6
+ #
2
7
# mount point fstype device
8
+ /boot mtd boot
9
+ /recovery mtd recovery
10
+ /system ext3 system
11
+ /data ext3 userdata
3
12
4
- /boot mtd /dev/block/mmcblk1p15
5
- /recovery mtd /dev/block/mmcblk1p16
6
- /system ext3 /dev/block/mmcblk1p21
7
- /data ext3 /dev/block/mmcblk1p25
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (C) 2008 The Android Open Source Project
2
+ # Copyright (C) 2011 The Android Open Source Project
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
20
20
# In particular, you can add lunch options with the add_lunch_combo
21
21
# function: add_lunch_combo generic-eng
22
22
23
- add_lunch_combo generic_jordan-userdebug
23
+ # add_lunch_combo generic_jordan-userdebug
24
24
You can’t perform that action at this time.
0 commit comments