You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To include Gapps
WITH_GMS := true# To Build Pixel launcher
TARGET_INCLUDE_NEXUS := true# To Build Cinematic Wallpaper (Works with Pixel as well as Matrixx launcher)
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 Maintainers name
# 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>