Skip to content

Instantly share code, notes, and snippets.

View suyashgupta25's full-sized avatar

Suyash Gupta suyashgupta25

View GitHub Profile
mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
repo init -u https://android.googlesource.com/platform/manifest -b android-8.1.0_r18
./extract-lge-bullhead.sh
./extract-qcom-bullhead.sh
source build/envsetup.sh
<!-- Detailed build version -->
<Preference
android:key="build_number"
android:title="@string/build_number"
<!--Customized setting: Custom ROM name -->
<Preference android:key="rom_name"
android:enabled="false"
android:shouldDisableView="false"
android:title="ROM name"