Skip to content

Ansible role to set up AOSP build environment.

Notifications You must be signed in to change notification settings

Esmartdriver/ansible-aosp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-aosp

This Ansible role sets up an AOSP build environment. The role can be used as follows

- hosts: localhost
  roles:
     - role: fegge.aosp
       source_tag: android-7.1.1_r1

When the host is provisioned, you need to download the precompiled drivers (e.g. from https://developers.google.com/android/drivers) and run the self-extracting script in the root of the source tree.

To build the source, you run

. build/envsetup.sh
lunch <menu item>
make -j4

Role Variables

To use this role, you need to define the variable source_tag. It is also possible to specify source_dir, and build_dir.

Example Playbook

The role can be used as follows

- hosts: localhost
  roles:
     - role: fegge.aosp
       source_tag: android-7.1.1_r1

License

GPLv2

Releases

No releases published

Packages

No packages published