Skip to content

Instantly share code, notes, and snippets.

View VigneshChennai's full-sized avatar

Vigneshwaran P VigneshChennai

View GitHub Profile
@VigneshChennai
VigneshChennai / integrate-opengapps.sh
Created September 2, 2020 12:46
opengapps integration script for android-x86
#!/bin/bash
prog=$(basename $0)
if [ ! -f build/envsetup.sh ]; then
echo ${prog}: Please cd to the directory you ran \'repo init\' in.
exit 1
fi
source build/envsetup.sh