Skip to content

ProjectInfinity-X/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Project Infinity X

Requirements:

Before you begin, ensure your system meets the following requirements:

  • Repo
  • Git
  • Git Large File Storage (Git LFS)

Initialization and Syncing:

  1. Initialize your local repository:
    repo init --no-repo-verify --git-lfs -u https://github.com/ProjectInfinity-X/manifest -b 16 -g default,-mips,-darwin,-notdefault
    Or If you wish to save some system space and don't care about repo history depths:
    repo init --depth=1 --no-repo-verify --git-lfs -u https://github.com/ProjectInfinity-X/manifest -b 16 -g default,-mips,-darwin,-notdefault
  2. Sync up with the remote repository:
    repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j$(nproc --all)

Compilation of Project Infinity X:

Build Flags

# Maintainer Name
INFINITY_MAINTAINER := "YourInput" (Default: Unknown)

# Whether the device supports Fingerprint On Display
TARGET_HAS_UDFPS := true/false (Default: false)

# Whether Including Google Apps
WITH_GAPPS := true/false (Default: true)

About Phone Definitions

# Add these as PRODUCT_SYSTEM_PROPERTIES (or in system.prop file), You may use utilities as libinit if configuring for unified devices
ro.product.marketname
ro.infinity.soc
ro.infinity.camera

# Example Defintions
ro.product.marketname=OnePlus 12R
ro.infinity.soc=Snapdragon 8 Gen 2
ro.infinity.camera=50MP + 8MP + 2MP

Setup Environment:

  1. Navigate to the root directory of Project Infinity X:
    cd path/to/source
  2. Run the environment setup script:
    . build/envsetup.sh

Build Configuration:

  1. Choose your device configuration:
    lunch infinity_$device-$buildtype
    Replace $device with your device codename and $buildtype with your prefered build type (user, userdebug or eng).

Compilation:

  1. Start the compilation process:
    m bacon -j$(nproc --all)

Credits:

Reach US:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published