Skip to content

Commit

Permalink
sm8250-common: add missing ril blobs
Browse files Browse the repository at this point in the history
also build [email protected] and set media.settings.xml
  • Loading branch information
SGCMarkus committed Feb 18, 2022
1 parent 091f230 commit 802309e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,11 @@ vendor/bin/adpl
vendor/bin/ATFWD-daemon
vendor/bin/ks
vendor/bin/mdm_helper
vendor/bin/mdm_helper_proxy
vendor/bin/netmgrd
vendor/bin/pd-mapper
vendor/bin/port-bridge
vendor/bin/qmi_motext_hook
vendor/bin/qrtr-cfg
vendor/bin/qrtr-lookup
vendor/bin/qrtr-ns
Expand All @@ -703,16 +705,21 @@ vendor/etc/ssg/tz_whitelist.json
vendor/etc/init/dataadpl.rc
vendor/etc/init/dataqti.rc
vendor/etc/init/init-qcril-data.rc
vendor/etc/init/ipa_fws.rc
vendor/etc/init/netmgrd.rc
vendor/etc/init/port-bridge.rc
vendor/etc/init/qcrild.rc
vendor/etc/init/ssgtzd.rc
vendor/etc/init/vendor.mmi.carrier.rc
vendor/etc/init/vendor.qti.rmt_storage.rc
vendor/etc/init/vendor.qti.tftp.rc
vendor/etc/seccomp_policy/[email protected]
vendor/etc/ssg/ta_config.json
vendor/etc/ssg/tz_whitelist.json
vendor/lib64/deviceInfoServiceModule.so
vendor/lib64/libadropbox.so
vendor/lib64/libconfigdb.so
vendor/lib64/libdsi_netctrl.so
vendor/lib64/liblog_vendor.so
vendor/lib64/liblqe.so
vendor/lib64/libmdmcutback.so
Expand All @@ -728,6 +735,7 @@ vendor/lib64/libnlnetmgr.so
vendor/lib64/libpdmapper.so
vendor/lib64/libpdnotifier.so
vendor/lib64/libqcbor.so
vendor/lib64/libqcmaputils.so
vendor/lib64/libqcrildatactl.so
vendor/lib64/libqcrilFramework.so
vendor/lib64/libqmimotext.so
Expand Down
5 changes: 3 additions & 2 deletions sm8250.mk
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ PRODUCT_PACKAGES += \

# Fingerprint
PRODUCT_PACKAGES += \
[email protected]
android.hardware.biometrics.[email protected]

# Gatekeeper
PRODUCT_PACKAGES += \
Expand Down Expand Up @@ -240,7 +240,8 @@ PRODUCT_COPY_FILES += \

PRODUCT_PACKAGES += \
libavservices_minijail \
libavservices_minijail.vendor
libavservices_minijail.vendor \
[email protected]

# Neural Networks
PRODUCT_PACKAGES += \
Expand Down
1 change: 1 addition & 0 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ro.incremental.enable=1
debug.stagefright.ccodec=1
debug.stagefright.omx_default_rank=0
persist.vendor.media.recorder.bt709=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml

# PASR
vendor.power.pasr.enabled=true
Expand Down

0 comments on commit 802309e

Please sign in to comment.