Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 857 Bytes

Android Open Pwn Project

Getting Started

Please refer to the Downloading and Building Requirements before proceeding.

Downloading the Source

Please refer to Downloading the Source before proceeding.

To initialize a local repository using this source tree, use the command:

repo init -u [email protected]:aopp/android_platform.git -b px-0.1

Then to sync the repository, use:

repo sync

Building

Please refer to Building the System before proceeding.

To initialize the build environment after the repo sync, use the command:

. build/envsetup.sh

Then to choose a build target, use:

brunch

Or to specify a target, use:

brunch <device>