|
@@ -58,6 +58,11 @@ PRODUCT_PACKAGES += \
|
|
|
android.hardware.audio.service \
|
|
|
[email protected]
|
|
|
|
|
|
+PRODUCT_PACKAGES += \
|
|
|
+ audio.bluetooth.default \
|
|
|
+ audio.r_submix.default \
|
|
|
+ audio.usb.default
|
|
|
+
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
$(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_effects.xml \
|
|
|
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_policy_configuration.xml \
|
|
@@ -148,7 +153,10 @@ PRODUCT_COPY_FILES += \
|
|
|
|
|
|
# Graphics
|
|
|
PRODUCT_PACKAGES += \
|
|
|
- [email protected]
|
|
|
+ [email protected] \
|
|
|
+ libdisplayconfig.qti.vendor \
|
|
|
+ libgralloc.qti \
|
|
|
+ libqdMetaData
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
|
@@ -191,11 +199,17 @@ PRODUCT_PACKAGES += \
|
|
|
[email protected]
|
|
|
|
|
|
# Media
|
|
|
+PRODUCT_PACKAGES += \
|
|
|
+ [email protected]
|
|
|
+
|
|
|
PRODUCT_PACKAGES += \
|
|
|
init.qti.media.rc \
|
|
|
init.qti.media.sh
|
|
|
|
|
|
# Network
|
|
|
+PRODUCT_PACKAGES += \
|
|
|
+ [email protected]
|
|
|
+
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
|
|
|
|