Skip to content

TenX-OS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

TenX

Getting started


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

Build Flags

# 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

Overlays For systeminfo and maintainer name

First 2 commit

https://github.com/Aston-Martinn/device_asus_sdm660-common/commits/fourteen/

Credits

Please see the LineageOS Wiki for building instructions, by device.

Releases

No releases published

Packages

No packages published