|
@@ -65,9 +65,11 @@ PRODUCT_PACKAGES += \
|
|
|
audio.usb.default
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
+ libaudioroute.vendor \
|
|
|
libqcompostprocbundle \
|
|
|
libqcomvisualizer \
|
|
|
libqcomvoiceprocessing \
|
|
|
+ libtinycompress \
|
|
|
libvolumelistener
|
|
|
|
|
|
$(foreach sku, taro diwali cape ukee parrot, \
|
|
@@ -114,6 +116,9 @@ PRODUCT_PACKAGES += \
|
|
|
[email protected] \
|
|
|
[email protected] \
|
|
|
libcamera2ndk_vendor \
|
|
|
+ libexif.vendor \
|
|
|
+ libjpeg.vendor \
|
|
|
+ liblz4.vendor \
|
|
|
[email protected] \
|
|
|
[email protected]
|
|
|
|
|
@@ -378,6 +383,13 @@ PRODUCT_PACKAGES += \
|
|
|
libprotobuf-cpp-full-3.9.1-vendorcompat \
|
|
|
libprotobuf-cpp-lite-3.9.1-vendorcompat
|
|
|
|
|
|
+# QMI
|
|
|
+PRODUCT_PACKAGES += \
|
|
|
+ libcurl.vendor \
|
|
|
+ libjsoncpp.vendor \
|
|
|
+ libnetutils.vendor \
|
|
|
+ libsqlite.vendor
|
|
|
+
|
|
|
# QTI
|
|
|
PRODUCT_PACKAGES += \
|
|
|
libqti_vndfwk_detect.vendor \
|
|
@@ -483,7 +495,8 @@ PRODUCT_PACKAGES_DEBUG += \
|
|
|
|
|
|
# USB
|
|
|
PRODUCT_PACKAGES += \
|
|
|
- [email protected]
|
|
|
+ [email protected] \
|
|
|
+ libusbhost.vendor
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
|