sm8350-common: Populate initial common blobs list
Change-Id: I7c92ac6198463913907d8ee4a0faf998f5573a68
This commit is contained in:
parent
8aed92f399
commit
7c0842401b
7 changed files with 582 additions and 352 deletions
36
common.mk
36
common.mk
|
|
@ -132,6 +132,7 @@ PRODUCT_PACKAGES += \
|
|||
audio.r_submix.default \
|
||||
audio.usb.default \
|
||||
audio_amplifier.lahaina \
|
||||
audioadsprpcd \
|
||||
liba2dpoffload \
|
||||
libaudiopreprocessing \
|
||||
libbatterylistener \
|
||||
|
|
@ -174,7 +175,8 @@ PRODUCT_COPY_FILES += \
|
|||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.bluetooth_audio@2.0.vendor \
|
||||
vendor.qti.hardware.btconfigstore@1.0.vendor
|
||||
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
||||
vendor.qti.hardware.btconfigstore@2.0.vendor
|
||||
|
||||
# Boot control
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
@ -238,15 +240,15 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.graphics.mapper@4.0-impl-qti-display \
|
||||
android.hardware.memtrack@1.0-impl \
|
||||
android.hardware.memtrack@1.0-service \
|
||||
gralloc.lahaina \
|
||||
init.qti.display_boot.sh \
|
||||
libdisplayconfig.qti \
|
||||
libdisplayconfig.qti.vendor \
|
||||
libmemutils \
|
||||
libqdMetaData \
|
||||
libsdmcore \
|
||||
libsdmutils \
|
||||
libtinyxml \
|
||||
libvulkan \
|
||||
memtrack.lahaina \
|
||||
memtrack.default \
|
||||
vendor.display.config@1.0 \
|
||||
vendor.display.config@1.0.vendor \
|
||||
vendor.display.config@1.1.vendor \
|
||||
|
|
@ -258,6 +260,12 @@ PRODUCT_PACKAGES += \
|
|||
vendor.display.config@1.7.vendor \
|
||||
vendor.display.config@1.8.vendor \
|
||||
vendor.display.config@1.9.vendor \
|
||||
vendor.display.config@1.10.vendor \
|
||||
vendor.display.config@1.11.vendor \
|
||||
vendor.display.config@1.12.vendor \
|
||||
vendor.display.config@1.13.vendor \
|
||||
vendor.display.config@1.14.vendor \
|
||||
vendor.display.config@1.15.vendor \
|
||||
vendor.display.config@2.0 \
|
||||
vendor.display.config@2.0.vendor \
|
||||
vendor.oneplus.hardware.display@1.0.vendor \
|
||||
|
|
@ -354,7 +362,8 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
libavservices_minijail \
|
||||
libavservices_minijail.vendor \
|
||||
libavservices_minijail_vendor
|
||||
libavservices_minijail_vendor \
|
||||
libcodec2_hidl@1.0.vendor
|
||||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
@ -374,15 +383,12 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# OMX
|
||||
PRODUCT_PACKAGES += \
|
||||
init.qti.media.sh \
|
||||
libOmxAacEnc \
|
||||
libOmxAmrEnc \
|
||||
libOmxCore \
|
||||
libOmxEvrcEnc \
|
||||
libOmxG711Enc \
|
||||
libOmxQcelp13Enc \
|
||||
libOmxVdec \
|
||||
libOmxVenc \
|
||||
libstagefrighthw
|
||||
|
||||
# OnePlus
|
||||
|
|
@ -395,7 +401,9 @@ PRODUCT_BOOT_JARS += \
|
|||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power-service-qti \
|
||||
vendor.qti.hardware.perf@2.0.vendor
|
||||
vendor.qti.hardware.perf@2.0.vendor \
|
||||
vendor.qti.hardware.perf@2.1.vendor \
|
||||
vendor.qti.hardware.perf@2.2.vendor
|
||||
|
||||
# QMI
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
@ -405,6 +413,12 @@ PRODUCT_PACKAGES += \
|
|||
libvndfwk_detect_jni.qti \
|
||||
libvndfwk_detect_jni.qti.vendor
|
||||
|
||||
# QTI service tracker
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.servicetracker@1.0.vendor \
|
||||
vendor.qti.hardware.servicetracker@1.1.vendor \
|
||||
vendor.qti.hardware.servicetracker@1.2.vendor
|
||||
|
||||
# Remove unwanted packages
|
||||
PRODUCT_PACKAGES += \
|
||||
RemovePackages
|
||||
|
|
@ -479,10 +493,6 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.vibrator.service.oneplus_lahaina
|
||||
|
||||
# Seccomp policy
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/seccomp/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy
|
||||
|
||||
# WiFi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue