aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk1
-rw-r--r--msm8916.mk4
-rw-r--r--rootdir/etc/init.qcom.rc3
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
diff --git a/msm8916.mk b/msm8916.mk
index c82bdb2..268d82c 100644
--- a/msm8916.mk
+++ b/msm8916.mk
@@ -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