Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

EZ AOSP

PLEASE CONSIDER THIS ABANDONWARE!

EZ AOSP is a simple automated and user input driven tool for Ubuntu Linux LTS 16.04+ for an easy setup of an AOSP (Android Open Source Project) build environment. It is entirely noob friendly and the code is written very simply so that users can understand, fork, edit, and contribute to it.

NOTE: This is an automated tool. It is HIGHLY recommended that you learn how to setup a build environment manually. It's very easy and a guide for it can be found here: https://github.com/nathanchance/Android-Tools/blob/master/Guides/Building_AOSP.txt

How to get it

  git clone git://github.com/mikecriggs/ez-aosp.git ez-aosp

How to use it

  cd ez-aosp
  ./ez-aosp.sh

For a quicker environment setup:

  cd ez-aosp
  ./quick-script.sh

You may use this tool or any part of it in any project without any permission. Just please retain the commit history (if possible), the GPL licence, and the proper credits in the comments at the top of each script.