Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 2.37 KB

README.mkdn

File metadata and controls

86 lines (66 loc) · 2.37 KB

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.