Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.68 KB

Readme.md

File metadata and controls

79 lines (63 loc) · 2.68 KB

Introducing Project Elixir now based on Android 14 シ

"Redefining your android experience with our new update which offers minimal UI enhancement and close to Stock android experience with customization."

⊀ Unleash Innovation ⊁

Your experience while using our ROM will be buttery smooth without compromising the quality of the Android experience.

Download Project Elixir [Custom ROM] Project-Elixir Download Project Elixir [Custom ROM]

To get started, you'll need to get familiar with Repo and Version Control with Git.

Create a directory for the source files

Tip

  • You can name this directory however you want, just remember to replace
  • WORKSPACE with your directory for the rest of this guide.
  • This can be located anywhere (as long as the fs is case-sensitive)
mkdir WORKSPACE
cd WORKSPACE

Install Repo in the created directory

repo init --depth=1 -u https://github.com/Project-Elixir/manifest -b UNO --git-lfs

Download the source

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Set up environment for Build

. build/envsetup.sh

Choose a target

lunch aosp_$device-userdebug

Build the code

mka bacon -jX

Credits


Important

Adding Support

For adding your device to the list of OFFICIALLY supported devices,