Update grpc_android for new CI environment

pull/23998/head
Esun Kim 4 years ago
parent dca24b8de5
commit 30396fb025
  1. 4
      tools/internal_ci/linux/grpc_android.sh

@ -15,6 +15,10 @@
set -ex
# Install packages which werer not preinstalled yet.
# Protobuf needs autoconf & automake to build
sudo apt-get install -y autoconf automake
# change to grpc repo root
cd $(dirname $0)/../../..

Loading…
Cancel
Save