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:
parent
2da2a4ce0e
commit
e588095f2c
7
cm.mk
7
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user