diff options
| author | Ethan Chen <intervigil@gmail.com> | 2016-01-14 16:18:41 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-01-14 16:18:41 -0800 |
| commit | db2a367a9cd6ac63630f5078873481488f11a18c (patch) | |
| tree | ef275298ee6de9b25c6d5ec7faf1188a492ed033 | |
| parent | b36766fe88ee25dd1f697df1638ecfd9be41df6f (diff) | |
msm8916: Use a conditional LD_PRELOAD instead of init script
Change-Id: I9c24a4a4fa89606842f0d2c10d50dbccc921195a
| -rw-r--r-- | BoardConfigCommon.mk | 1 | ||||
| -rw-r--r-- | msm8916.mk | 4 | ||||
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
3 files changed, 1 insertions, 7 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c12f852..aea9e87 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -156,6 +156,7 @@ BOARD_USES_QC_TIME_SERVICES := true # QC PROPRIETARY ifneq ($(QCPATH),) BOARD_USES_QCNE := true +TARGET_LDPRELOAD := libNimsWrap.so endif # Video @@ -66,10 +66,6 @@ PRODUCT_PACKAGES += \ libcnefeatureconfig ifeq ($(BOARD_USES_QCNE),true) -PRODUCT_PACKAGES += \ - services-ext \ - init.cne.rc - PRODUCT_PROPERTY_OVERRIDES += persist.cne.feature=4 endif diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 70c0fc5..204ef69 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -47,9 +47,6 @@ on fs mkdir /persist/data 0700 system system restorecon_recursive /persist -on post-fs - export_rc /system/etc/init.cne.rc - # msm specific files that need to be created on /data on post-fs-data |
