sdm710-common: Add more libs for QPR3
This commit is contained in:
parent
ba9abb88a4
commit
24c0c2e411
1 changed files with 20 additions and 3 deletions
23
sdm710.mk
23
sdm710.mk
|
@ -62,6 +62,23 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
||||
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml
|
||||
|
||||
# QPR3
|
||||
PRODUCT_PACKAGES += \
|
||||
libaudioroute \
|
||||
libaudioroute.vendor \
|
||||
libstagefrighthw \
|
||||
libstagefright_softomx_plugin.vendor \
|
||||
libprocessgroup.vendor \
|
||||
libsqlite.vendor \
|
||||
liblz4.vendor \
|
||||
libssl.vendor \
|
||||
libcurl.vendor \
|
||||
libjsoncpp.vendor \
|
||||
libsqlite.vendor \
|
||||
libtinyxml \
|
||||
libavservices_minijail.vendor \
|
||||
libpng.vendor
|
||||
|
||||
# AID/fs configs
|
||||
PRODUCT_PACKAGES += \
|
||||
fs_config_files
|
||||
|
@ -298,7 +315,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Media
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.media.omx@1.0-impl \
|
||||
#android.hardware.media.omx@1.0-impl \
|
||||
android.hardware.media.omx@1.0-service \
|
||||
libavservices_minijail \
|
||||
libavservices_minijail.vendor \
|
||||
|
@ -458,8 +475,8 @@ PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK := true
|
|||
PRODUCT_PACKAGES += \
|
||||
telephony-ext
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
telephony-ext
|
||||
#PRODUCT_BOOT_JARS += \
|
||||
# telephony-ext
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
qti-telephony-hidl-wrapper \
|
||||
|
|
Loading…
Reference in a new issue