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:
parent
51a68c598e
commit
325f9c2441
|
@ -10,9 +10,12 @@ include device/qcom/common/utils.mk
|
||||||
|
|
||||||
ANDROID_COMPILE_WITH_JACK := false
|
ANDROID_COMPILE_WITH_JACK := false
|
||||||
|
|
||||||
|
# Dummy DPM controller to hook into http
|
||||||
|
PRODUCT_PACKAGES += tcmiface
|
||||||
|
PRODUCT_BOOT_JARS += tcmiface
|
||||||
|
|
||||||
# Advanced DPM
|
# Advanced DPM
|
||||||
ifeq ($(TARGET_WANTS_EXTENDED_DPM_PLATFORM),true)
|
ifeq ($(TARGET_WANTS_EXTENDED_DPM_PLATFORM),true)
|
||||||
PRODUCT_BOOT_JARS += tcmiface
|
|
||||||
PRODUCT_BOOT_JARS += tcmclient
|
PRODUCT_BOOT_JARS += tcmclient
|
||||||
PRODUCT_BOOT_JARS += com.qti.dpmframework
|
PRODUCT_BOOT_JARS += com.qti.dpmframework
|
||||||
PRODUCT_BOOT_JARS += dpmapi
|
PRODUCT_BOOT_JARS += dpmapi
|
||||||
|
|
Loading…
Reference in New Issue