diff --git a/husky/setup-makefiles.sh b/husky/setup-makefiles.sh index df84d24..7ccae5c 100755 --- a/husky/setup-makefiles.sh +++ b/husky/setup-makefiles.sh @@ -46,6 +46,9 @@ function lib_to_package_fixup_vendor_variants() { com.google.edgetpu_vendor_service-V2-ndk) echo "$1-vendor" ;; + libprotobuf-cpp-full-21.12) + echo "libprotobuf-cpp-full" + ;; libprotobuf-cpp-lite-21.12) echo "libprotobuf-cpp-lite" ;; diff --git a/shiba/setup-makefiles.sh b/shiba/setup-makefiles.sh index f26e3b7..35c3e18 100755 --- a/shiba/setup-makefiles.sh +++ b/shiba/setup-makefiles.sh @@ -46,6 +46,9 @@ function lib_to_package_fixup_vendor_variants() { com.google.edgetpu_vendor_service-V2-ndk) echo "$1-vendor" ;; + libprotobuf-cpp-full-21.12) + echo "libprotobuf-cpp-full" + ;; libprotobuf-cpp-lite-21.12) echo "libprotobuf-cpp-lite" ;;