common: resolve the madness around DPM

* tcmiface should be present on all devices
* that allows us to remove the global hacks from the http repos and tcmiface itself

Change-Id: I58b8ae79bea12e01fe3dee0769bf3a48847a1c13
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
Alex Naidis 2016-08-14 16:24:20 +02:00
parent 51a68c598e
commit 325f9c2441
No known key found for this signature in database
GPG Key ID: 4E3E718A19150862
1 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,12 @@ include device/qcom/common/utils.mk
ANDROID_COMPILE_WITH_JACK := false
# Dummy DPM controller to hook into http
PRODUCT_PACKAGES += tcmiface
PRODUCT_BOOT_JARS += tcmiface
# Advanced DPM
ifeq ($(TARGET_WANTS_EXTENDED_DPM_PLATFORM),true)
PRODUCT_BOOT_JARS += tcmiface
PRODUCT_BOOT_JARS += tcmclient
PRODUCT_BOOT_JARS += com.qti.dpmframework
PRODUCT_BOOT_JARS += dpmapi