From 693083a36929bfa420418774eabe952eed69eb53 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 2 Sep 2024 23:16:59 +0300 Subject: [PATCH] shusky: fix libprotobuf-cpp-full-21.12 ELF check Change-Id: I24632ade0e1ead24fc7f4ab3ca017962510c807a --- husky/setup-makefiles.sh | 3 +++ shiba/setup-makefiles.sh | 3 +++ 2 files changed, 6 insertions(+) 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" ;;