jbats / scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To setup build environment

Firstly, install git , using the package manager in your distro.

Then, run these commands

$ git clone https://github.com/akhilnarang/scripts
$ cd scripts
$ bash setup/<name of script>

android_build_env.sh is for Ubuntu/Linux Mint/other distributions using the apt package manager. The rest are named as per the distro.

Please run the correct script depending on the distro you have installed!

Enjoy!

Brief explanation of stuff in here

build-rom -> has a bunch of random build scripts I use to build ROMs.

crowdin -> bunch of scripts I use for RR's crowdin.

gerrit -> useful for setting up gerrit and stuff.

merge -> scripts to merge upstream AOSP/CAF into a ROM source.

misc -> stuff.

push -> scripts to push multiple repos at once if you don't wanna do it manually #lazyAf.

random-html -> generates an index.html with a table with the list of files in current directory.

setup -> setup Android Build Environment / Android SDK.

utils -> some binaries.

About

License:GNU General Public License v3.0


Languages

Language:Shell 97.3%Language:Python 2.7%