diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-12 19:06:50 -0400 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2017-04-07 21:01:55 -0500 |
| commit | 6825afa9270a28c901cfd2c9464ed4b65df46bdc (patch) | |
| tree | dd065262f56f817c62b4beb93a82d204789353b5 | |
| parent | 67fa7e3d99c82498fa21d7ff1207d6259eb2f9b3 (diff) | |
msm8996: Re-set qcom DPM and location jars as boot jars
Change-Id: Ic548aa0b7c793a42205187dfaa559c105a86f7c5
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 573c8ce..63b3e45 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -162,7 +162,7 @@ TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop # Qualcomm BOARD_USES_QCOM_HARDWARE := true BOARD_USES_QC_TIME_SERVICES := true -#PRODUCT_BOOT_JARS += tcmiface tcmclient com.qti.dpmframework dpmapi com.qti.location.sdk +PRODUCT_BOOT_JARS += tcmiface tcmclient com.qti.dpmframework dpmapi com.qti.location.sdk # Recovery TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom |
