To get started with Android/TenX-OS, you'll need to get familiar with Source Control Tools.
To initialize your local repository using the TenX-OS trees, use a command like this:
repo init -u https://github.com/TenX-OS/manifest.git -b fourteen --git-lfs
Then to sync up:
repo sync
Run to build
$ . build/envsetup.sh
# ... now run
$ brunch devicecodename buildtype
# UDFPS support
TARGET_HAS_UDFPS := true
# Blur
TARGET_ENABLE_BLUR := true
# Bootanimation
TARGET_BOOT_ANIMATION_RES := 1080
# BCR (Call recording)
TARGET_PREBUILT_BCR := true
# build Lawnchair with QUICK switch (Pixel launcher by default)
TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := true
# Custom package installer
TARGET_USE_CUSTOM_PACKAGE_INSTALLER := true
# Build google recorder
TARGET_SUPPORTS_GOOGLE_RECORDER := true
# Exclude Aperture camera
PRODUCT_NO_CAMERA := true
First 2 commit
https://github.com/Aston-Martinn/device_asus_sdm660-common/commits/fourteen/
- AOSPA
- AICP
- Bootleggers
- crDroid
- Corvus-AOSP
- Derpfest
- DotOS
- Evolution-X
- Flamingo-OS
- LineageOS
- Octavi-OS
- Omnirom
- PixelDust Caf
- Project-Fluid
- Project Kaleidoscope
- Project Radiant
- ProjectInfinity-X
- SparkOS
- StagOS
- Xdroid-OSS
- RisingOOS
Please see the LineageOS Wiki for building instructions, by device.