repo init -u https://github.com/Lunaris-AOSP/android -b 16 --git-lfs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
- Set up the build environment
. b*/env*- Lunch a target
lunch lineage_codename-bp2a-user- To start compiling
m lunaris- Bringup about
https://github.com/Lunaris-AOSP/packages_apps_Settings/blob/0acd6251e20bacd8db589beb483d6138f553f02c/res/values/lunaris_strings.xml#L338- Maintainer flag
ro.paranoid.maintainer=GHOST- Enable optimized dexopt tuning (default false)
TARGET_OPTIMIZED_DEXOPT := true- Enable BCR
WITH_BCR := true- GMS
WITH_GMS := true- Vanilla
WITH_GMS := false- GMS CORE
TARGET_USES_CORE_GAPPS := true- GMS OMNI
TARGET_USES_OMNI_GAPPS :=true- Ship BCR
WITH_BCR := true- Ship Launcher3 by Default quick switch
TARGET_DEFAULT_PIXEL_LAUNCHER := falseRemove all cpuset configurations from the device tree under init/ and rootdir/. The ROM will handle CPU set management more efficiently.
For example, remove any lines referencing paths like: /dev/cpuset/background/cpus or /dev/cpuset/restricted/cpus.
grep -r "/dev/cpuset/" .Delete or clean up any related entries accordingly
How the Boost Works When a fling gesture or animation-heavy action (e.g., entering Quick Settings) is detected:
The system enters a combined LAUNCH + FIXED_PERFORMANCE mode. These modes persist throughout the fling/animation duration, plus an additional 160ms buffer (for fling). Once the fling/animation ends, both hints are disabled.
https://github.com/AxionAOSP-devices/android_device_google_raviole/commit/cee1e28a7fdebfe4327d4e70a14e71c663f94ce8
https://github.com/Pong-Development/device_nothing_Pong/commit/38ef69f5e90f11750141bffe43e5549c9d429db7