leo: fix recovery to include it properly from device_htc_7x30-recovery

This commit is contained in:
Arif Ali 2011-10-25 13:38:30 +01:00
parent f49e29bf84
commit d5f9c47789
8 changed files with 1 additions and 68 deletions

View File

@ -102,4 +102,4 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := leo
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 3200
TARGET_PREBUILT_RECOVERY_KERNEL := device/htc/leo/prebuilt/recovery_kernel
TARGET_RECOVERY_INITRC := device/htc/leo/prebuilt/recovery/init.htc.rc
-include device/htc/7x30-recovery/BoardConfigCommon.mk

8
leo.mk
View File

@ -88,14 +88,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
# recovery utilities
PRODUCT_COPY_FILES += \
device/htc/leo/prebuilt/recovery/choice_fn:recovery/root/sbin/choice_fn \
device/htc/leo/prebuilt/recovery/detect_key:recovery/root/sbin/detect_key \
device/htc/leo/prebuilt/recovery/htcbatt:recovery/root/sbin/htcbatt \
device/htc/leo/prebuilt/recovery/offmode_charging:recovery/root/sbin/offmode_charging \
device/htc/leo/prebuilt/recovery/power_test:recovery/root/sbin/power_test
# kernel modules
PRODUCT_COPY_FILES += \
device/htc/leo/prebuilt/modules/bcm4329.ko:system/lib/modules/bcm4329.ko \

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,59 +0,0 @@
on early-init
start ueventd
on init
export PATH /sbin
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
symlink /system/etc /etc
mkdir /boot
mkdir /sdcard
mkdir /sd-ext
mkdir /datadata
mkdir /emmc
mkdir /system
mkdir /data
mkdir /cache
mount /tmp /tmp tmpfs
on boot
ifup lo
hostname localhost
domainname localdomain
class_start default
service ueventd /sbin/ueventd
critical
service choice_fn /sbin/choice_fn
oneshot
service recovery /sbin/recovery
service power_test /sbin/power_test
disabled
oneshot
service offmode_charging /sbin/offmode_charging
disabled
oneshot
service detect_key /sbin/detect_key
disabled
oneshot
service htcbatt /sbin/htcbatt
oneshot
service adbd /sbin/adbd recovery
on property:persist.service.adb.enable=1
start adbd
on property:persist.service.adb.enable=0
stop adbd

Binary file not shown.

Binary file not shown.