mkdir matrixx
cd matrixx
repo init -u https://github.com/ProjectMatrixx/android.git -b 15.0 --git-lfs
repo sync -c --no-clone-bundle --optimized-fetch --prune --force-sync -j$(nproc --all)
. build/envsetup.sh
brunch devicecodename
# To include Gapps
WITH_GMS := true
# To Build Google(Dailer, Message, Phone) and BCR
WITH_GMS_COMMS_SUITE := true
# To Add cinematic wallpaer support (only supported in gapps build not in vanilla remove this flag for vanilla builds)
TARGET_SUPPORTS_WALLEFFECT := true
#Some more GMS Flag
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_STOCK_ARCORE := true
TARGET_INCLUDE_STOCK_AICORE := true
# To Add Bypass Charging Support (need to be adapted in DT and KT as well)
BYPASS_CHARGE_SUPPORTED := true
# Add in your overlay (overlay/packages/apps/Settings/res/values/strings.xml)
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025 Project Matrixx
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Android version screen, build maintainer -->
<string name="matrixx_maintainer">Diddy</string>
</resources>