klte-common: Update DSDS init script handling
* Importing this in init.qcom.rc, especially when not all builds have it is hacky. We'll have those devices install the script into vendor/etc/init and let init handle it automatically, just like the primary rild.rc script. * Update the package name to align with the new name of the script. Change-Id: I8eaf76c5c4f0aa590ebb1a396afa837597ebc26d
This commit is contained in:
parent
fb7006f016
commit
09d3880491
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# Radio/RIL
|
||||
PRODUCT_PACKAGES += \
|
||||
init.dsds.rc
|
||||
rild_dsds.rc
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#
|
||||
|
||||
import init.qcom.usb.rc
|
||||
import init.dsds.rc
|
||||
|
||||
on early-init
|
||||
export LD_SHIM_LIBS /system/vendor/lib/hw/camera.vendor.msm8974.so|libshim_camera.so:/system/lib/libcutils.so|libshim_cutils_atomic.so
|
||||
|
|
Loading…
Reference in a new issue