From e588095f2c3749eb4026308c898c89ff69d40d60 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 28 Dec 2011 14:08:03 +0000 Subject: [PATCH] leo: some updates * Added init.htcleo.usb.rc into init.htcleo.rc * Added CMSettings * minor changes to squisher.sh script --- cm.mk | 7 ++++--- prebuilt/init.htcleo.rc | 2 ++ releasetools/squisher.sh | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cm.mk b/cm.mk index 346450c..ca362e2 100644 --- a/cm.mk +++ b/cm.mk @@ -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 diff --git a/prebuilt/init.htcleo.rc b/prebuilt/init.htcleo.rc index 795ed24..ebfba00 100644 --- a/prebuilt/init.htcleo.rc +++ b/prebuilt/init.htcleo.rc @@ -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 diff --git a/releasetools/squisher.sh b/releasetools/squisher.sh index e9ff5f2..4a88988 100755 --- a/releasetools/squisher.sh +++ b/releasetools/squisher.sh @@ -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