Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created May 8, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/2a33e6c91fe8e46cf9750b6c8e261ea1 to your computer and use it in GitHub Desktop.
Save lindwurm/2a33e6c91fe8e46cf9750b6c8e261ea1 to your computer and use it in GitHub Desktop.
https://github.com/opengapps/opengapps をcloneした中に置く想定でAndroid-8.1、arm64向けnano
#!/bin/bash
# ビルド用
LANG=C
export ALLOW_MISSING_DEPENDENCIES=true
# download
./download_sources.sh --shallow arm64
make clean
make arm64-27-nano
~/cloud-dl -u out/open_gapps-arm64-8.1-nano-$(date -u '+%Y%m%d')-UNOFFICIAL.zip private/opengapps/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment