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 /BoardConfigCommon.mk | |
| parent | b36766fe88ee25dd1f697df1638ecfd9be41df6f (diff) | |
msm8916: Use a conditional LD_PRELOAD instead of init script
Change-Id: I9c24a4a4fa89606842f0d2c10d50dbccc921195a
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 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 |
