Skip to content

Instantly share code, notes, and snippets.

View anky894's full-sized avatar
🎯
Focusing

Ankit Poddar anky894

🎯
Focusing
  • India
  • 10:53 (UTC +05:30)
View GitHub Profile
@mvaisakh
mvaisakh / kernel-rebase.sh
Last active January 21, 2026 16:22
A Kernel split changes committing script (used for splitting massive OEM kernel commits)
#!/usr/bin/bash
# author: Vaisakh Murali <mvaisakh@statixos.com>
#
# Before you start, make sure you squash all split OEM commits into
# one single commit. This will break down the single huge commit
# into multiple smaller commits, helping to cleanup OEM codes easier.
#
# Make sure this script is renamed to rebase.sh as the script
@SebaUbuntu
SebaUbuntu / README.md
Last active December 23, 2025 02:49
Generate framework compatibility matrix from fqnames

Generate framework compatibility matrix from fqnames

  • Download these 2 files
  • Compile AOSP without fcm from stock and wait for check_vintf to error out
  • Delete Python prefix from all lines (e.g. checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554])
  • Paste the result in fqnames.txt
  • Launch the script