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
- Host: GitHub
- URL: https://github.com/frap129/abt
- Owner: frap129
- License: gpl-2.0
- Created: 2015-10-26T01:02:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T20:40:42.000Z (about 9 years ago)
- Last Synced: 2025-10-31T10:34:36.648Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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