add support for advanced DPM platform
* add needed modules to bootclasspath * Target must provide these as packages! Change-Id: I09c69158269feecc2873848d05158fdce49be6e5 Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
parent
fa8bfc83ff
commit
fbe65f80cb
|
@ -20,6 +20,15 @@ TARGET_USES_QCOM_MM_AUDIO := true
|
|||
AUDIO_FEATURE_ENABLED_EXTN_POST_PROC := true
|
||||
AUDIO_FEATURE_PCM_IOCTL_ENABLED := true
|
||||
|
||||
# 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
|
||||
PRODUCT_BOOT_JARS += com.qti.location.sdk
|
||||
endif
|
||||
|
||||
# include additional build utilities
|
||||
include device/qcom/common/utils.mk
|
||||
|
||||
|
|
Loading…
Reference in New Issue