Add prerequisite for systemwebview target

This commit is contained in:
uazo 2022-07-08 19:31:21 +02:00 committed by GitHub
parent 729ad9b695
commit d5b30106a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui
chmod +x ./install-build-deps.sh && \
chmod +x ./install-build-deps-android.sh && \
sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \
sudo ./install-build-deps-android.sh --no-prompt
sudo ./install-build-deps-android.sh --no-prompt && \
sudo apt-get install g++-multilib