caimito: Add PixelImsMediaService

Change-Id: I2bf94759e28bea4ca8afe4d79bc5c6328f84e51d
This commit is contained in:
Michael Bestas 2024-10-26 00:46:17 +03:00 committed by Michael Bestas
parent a29985338d
commit 8fe73d6dee
No known key found for this signature in database
12 changed files with 33 additions and 9 deletions

View file

@ -41,7 +41,9 @@ function lib_to_package_fixup_vendor_variants() {
case "$1" in
com.google.edgetpu_app_service-V4-ndk | \
com.google.edgetpu_vendor_service-V2-ndk)
com.google.edgetpu_vendor_service-V2-ndk | \
vendor.google.whitechapel.audio.audioext@4.0 | \
vendor.google.whitechapel.audio.extension-V2-ndk)
echo "$1-vendor"
;;
libprotobuf-cpp-full-21.12)