Skip to content

Commit

Permalink
breeze: Add prebuilt libtinyxml.so
Browse files Browse the repository at this point in the history
* libtinyxml is deprecated in android 12 but our old blobs still need it so lets add it as prebuilt.
* From Ulefone/Note_11P/Note_11P:11/RP1A.200720.011/2106051247:user/release-keys

Change-Id: Id8cdccf947aa6d3af798685d1f2b28b3cdb7fb76
Signed-off-by: Debayan Kar <kardebayan3@gmail.com>
  • Loading branch information
kardebayan authored and Hadenix committed Oct 9, 2023
1 parent 11f6966 commit de7c4ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ PRODUCT_PACKAGES += \
audio.r_submix.default \
audio.usb.default \
libaudiopreprocessing \
libtinycompress \
libtinyxml
libtinycompress

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \
Expand Down
4 changes: 4 additions & 0 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ vendor/lib64/libaudioprimarydevicehalifclient.so
vendor/lib64/libaudiosetting.so
vendor/lib64/libaudiotoolkit_vendor.so

# Audio - from Ulefone/Note_11P/Note_11P:11/RP1A.200720.011/2106051247:user/release-keys
vendor/lib/libtinyxml.so|db901f50b694ec5791932685466ceafbd64567a5
vendor/lib64/libtinyxml.so|b9f9790bd8704bb8d1aebc6ee78a125f7023d925

# Audio-Hardware
vendor/bin/hw/android.hardware.audio@4.0-service-mediatek
vendor/etc/init/android.hardware.audio@4.0-service-mediatek.rc
Expand Down

0 comments on commit de7c4ea

Please sign in to comment.