An open API service indexing awesome lists of open source software.

https://github.com/frap129/abt

An Android Build Tool for Unix-like Systems
https://github.com/frap129/abt

Last synced: 4 months ago
JSON representation

An Android Build Tool for Unix-like Systems

Awesome Lists containing this project

README

          

abt - An Android Build Tool
=======================================
What is abt?
------------
abt is a tool designed to simplify the process of building AOSP
and other Android-based platforms to a single command.

How do I install abt?
---------------------
It's simple! clone this repository anywhere, cd into it, and run make install!

How do I use abt?
-----------------
Usage: abt [OPTIONS]

OPTIONS:
-bTARGET Build target. ex. -botapackage. Defaults to otapackage
-c[TARGET] Clean before build, target is optional.
-dTARGET Device to lunch. ex. full_bacon-eng. Set default in config in the chroot
-jJOBS Number of threads to use. Auto calculates if not set
-s Sync sources before starting build. Defaults to false
-h Show this menu