leo: some updates

* Added init.htcleo.usb.rc into init.htcleo.rc
* Added CMSettings
* minor changes to squisher.sh script
This commit is contained in:
Arif Ali 2011-12-28 14:08:03 +00:00
parent 2da2a4ce0e
commit e588095f2c
3 changed files with 7 additions and 4 deletions

7
cm.mk
View File

@ -22,11 +22,12 @@ PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=leo BUILD_ID=IML74K BUILD_DISPLAY_I
PRODUCT_PACKAGES += \
Camera
Camera \
CMSettings
# Release name and versioning
PRODUCT_RELEASE_NAME := Leo
PRODUCT_VERSION_DEVICE_SPECIFIC := -aali
PRODUCT_RELEASE_NAME := LEO
#PRODUCT_VERSION_DEVICE_SPECIFIC := -aali
-include vendor/cm/products/common_versions.mk

View File

@ -42,6 +42,8 @@ on post-fs-data
on boot
mount debugfs /sys/kernel/debug /sys/kernel/debug
import init.htcleo.usb.rc
# bluetooth power up/down interface
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state

View File

@ -2,7 +2,7 @@
# This script is included in squisher
# It is the final build step (after OTA package)
echo "updater-script: Making Compatible Update script"
echo "updater-script: Making MAGLDR Compatible Update script"
cd $REPACK/ota/META-INF/com/google/android
echo 'mount("yaffs2", "MTD", "boot", "/boot");' >> temp
echo 'package_extract_dir("boot", "/boot");' >> temp