Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 563 Bytes

The Android Open Source Project For LG G3 D855 - Nougat 7.1.2

Getting Started

To get started with Android, you'll need to get familiar with Git and Repo.

To initialize your local repository using the AOSP trees, use a command like this:

repo init -u git://github.com/G3-aosp-N/platform_manifest.git -b aosp-7.1.2

Then to sync up:

repo sync

Set up build enviroment

. build/envsetup.sh

Select device

lunch d855 userdebug

Compile the rom

mka otapackage