Remove obsolete android_usb based property triggers now
that configfs is always used. Merge in init.msm.configfs.rc
so we now have just a single .rc init file.
Also remove all other references to /sys/class/android_usb/*.
Change-Id: I06eba8e715ccee5974dc9de8ac19df6c79ae0c45
Guard LOCAL_MODULE definitions for init.qcom.usb.{rc,sh}
and init.msm.usb.configfs.rc to prepare for them getting
moved to the USB project area and defined in Android.bp
there. Full removal of the actual files will follow once
they are in place at the new location.
In addition, move the import of init.msm.usb.configfs.rc
to init.qcom.usb.rc to remove a direct reference from
init.qcom.rc. This will make it easier to consolidate
the files later after they have moved.
Change-Id: I58dfad3f6a460f9dc2f198b33ede4f210c910e07
The file init.recovery.qcom.rc flagged as offending file in root/,
because it violates the pathing req. (system/ & root/). Place the file
in $(TARGET_RECOVERY_ROOT_OUT)
Change-Id: Iefae195fec947127ffc33c013ebabca072ba81e3
Add init.recovery.qcom.rc to set a default brightness value on the
new backlight node /sys/class/backlight/panel0-backlight/brightness
This file is included by init.recovery.rc currently.
Change-Id: Ic446a22b69ae25a1c7cf8f75ad581f34f2fb1601
Change to mount persist partition via kernel device tree in boot up
progress.
Bug: 119959876
Test: build pass, boot to home
Change-Id: Ic0e56280538b4130d1e51eeef461508e3f6021b5
Signed-off-by: YH_Lin <yhli@google.com>
Updating power init scripts with the latest settings.
Bug: 69270928
Test: Compiled and booted
Test: Checked logcat for errors
Test: Verified writes made it to respective nodes
Change-Id: I417126cd1a56a82d53a1cf7455beccbd6240e76c
Remove keymaster enablement flags and corresponding
entries from .mk files because these flags are moved
to respective modules.
Change-Id: I83eedf0ab122ebdd40675899e286afbcf4bb46f2
Newer AOSP deprecates LOCAL_MODULE_TAGS := eng debug.
We now remove that and instead add the package to
PRODUCT_PACKAGES_ENG or PRODUCT_PACKAGES_DEBUG as applicable.
To ensure that we don't miss out on any package during this switch,
we add these explicitly, even though it might have been already
added under PRODUCT_PACKAGES at some other location.
Change-Id: I35bd67c3e7752be5bcd8f8682864062173e92724
Apart from useless battery capacity faking, all this does is to
start/stop data and radio services based upon the baseband type
of several QCOM targets. Since all the supported targets in this
common tree are of the same type, simply start all relevant services
unconditionally and get rid of one more shell script.
Change-Id: I1297b2537fcbea31d514bab5e248691cabdf523c
* It's cool, and more importantly... it actually works!
Oh look, it even displays battery level. Wow. :-P
Change-Id: I6351e2eac6df89aa1b6b98e4e6b2815fa5c37794