Skip to content

Commit bc57b03

Browse files
committed
Install pkg-config for android
1 parent 8d5afa1 commit bc57b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/android.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ mv "${ANDROID_HOME}/cmdline-tools/cmdline-tools" "${ANDROID_HOME}/cmdline-tools/
3333
curl -Ls https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-linux-x86_64.tar.gz | \
3434
tar xz -C /tmp
3535
export PATH=/tmp/cmake-3.26.3-linux-x86_64/bin:$PATH
36+
sudo apt-get install pkg-config
3637

3738
# Proto deps
3839
buildscripts/make_dependencies.sh

0 commit comments

Comments
 (0)