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 Pixel launcher
TARGET_INCLUDE_NEXUS := true
#Some more GMS Flag
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_STOCK_ARCORE := true
TARGET_INCLUDE_STOCK_AICORE := 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>