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-lfsSync up with this command:
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)The source at Lynx-AOSP is well configured for building.
Initiate the build with:
. build/envsetup.shPrepare your device with:
lunch lineage_$device-bp4a-userThen fire it off with:
mka lynxAlternatively 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/