Skip to content

Instantly share code, notes, and snippets.

@johngray1965
johngray1965 / build_pdfium.sh
Last active June 8, 2023 11:41
Script for build pdfium for Android
#! /bin/bash
# current the latest stable android branch (from Jan 2020)
githash=daabea6ba6c09f72e956e826b132f1d1b77acb9b
# if want to run this from somewhere other then /data adjust below
basedir=/data
# exit when any command fails
set -e