From bf26ef8df31ca807bec22f2d6334e198fdab84d4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 2 Sep 2024 17:09:14 +0300 Subject: [PATCH] tangorpro: fix libprotobuf-cpp-lite-21.12 ELF check Change-Id: I028723e6ff9ef71514857d683e2c65caf9e28fa0 --- setup-makefiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index f86835b..628ff36 100755 --- a/setup-makefiles.sh +++ b/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-lite-21.12) + echo "libprotobuf-cpp-lite" + ;; *) return 1 ;;