Skip to content

Commit

Permalink
miatoll: Update system blobs from LA.QSSI.14.0.r1-10000.01-qssi.0
Browse files Browse the repository at this point in the history
* Thank you AOSPA
* Build necessary packages for WFD
* Dropped QtiTelephony, causing in AOSP

Signed-off-by: clarencelol <[email protected]>
  • Loading branch information
clarencelol committed Dec 13, 2023
1 parent 2d9428a commit d838e41
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 91 deletions.
4 changes: 3 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ PRODUCT_PACKAGES += \

# Media
PRODUCT_PACKAGES += \
libavservices_minijail_32 \
libavservices_minijail \
libavservices_minijail.vendor

Expand Down Expand Up @@ -521,7 +522,8 @@ PRODUCT_COPY_FILES += \
# WiFi Display
PRODUCT_PACKAGES += \
libnl \
libwfdaac_vendor
libwfdaac_vendor \
vendor.qti.hardware.display.config-V5-ndk

PRODUCT_BOOT_JARS += \
WfdCommon
Expand Down
3 changes: 0 additions & 3 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ function blob_fixup() {
# NOP out report_input_event()
"${SIGSCAN}" -p "30 00 00 90 11 3a 42 f9" -P "30 00 00 90 1f 20 03 d5" -f "${2}"
;;
system_ext/etc/init/wfdservice.rc)
sed -i "/^service/! s/wfdservice$/wfdservice64/g" "${2}"
;;
# Remove dependency on [email protected] for WFD native library.
system_ext/lib64/libwfdnative.so)
"${PATCHELF}" --remove-needed "[email protected]" "${2}"
Expand Down
Loading

0 comments on commit d838e41

Please sign in to comment.