Skip to content

Lynx-AOSP/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,305 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lynx-AOSP

Getting started

To get started with Android, you'll need to get familiar with Source Control Tools. To set up your build environment and sync lynxOS, please follow this guide: Link

To initialize your local repository using the AOSP/CAF based Lynx-AOSP source, use a command like this:

repo init -u https://github.com/Lynx-AOSP/android_manifest.git -b 16-qpr2 --git-lfs

Sync up with this command:

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Building the source

The source at Lynx-AOSP is well configured for building.

Initiate the build with:

. build/envsetup.sh

Prepare your device with:

lunch lineage_$device-bp4a-user

Then fire it off with:

mka lynx

Alternatively you can use our custom build script that will handle everything for you by using the format:

lynx (device codename)

Code

Our codebase is licensed under Apache License, Version 2.0 unless otherwise specified. Apache License 2.0 allows a variety of actions on the content as long as licensing and copyright notices are retained and included with the code and your changes to the codebase are stated.

You can read the full license text at http://www.apache.org/licenses/LICENSE-2.0

Images & other assets All images and other assets are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0). This license allows for sharing and adaptation of the material as long as appropriate credit is given, a link to the license is provided, and any changes made are indicated. Additionally, if you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

You can reach the full legal text at http://creativecommons.org/licenses/by-nc/4.0/

About

Manifest repo for LynxOS: A minimal, high-performance Android ROM built on LineageOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors