Skip to content

Instantly share code, notes, and snippets.

View JaswantTeja's full-sized avatar
Busy with learning

Jaswanth Mamidisetti JaswantTeja

Busy with learning
  • Visakhapatnam, India.
  • 12:55 (UTC +05:30)
View GitHub Profile
# Unpinned blobs from RMX3741-user 13 TP1A.220905.001 1694223451477 release-keys
# ADSP
odm/lib64/libadsprpc.so
vendor/lib64/libadsprpc.so
# Audio
vendor/bin/hw/android.hardware.audio.service.mediatek
vendor/etc/init/android.hardware.audio.service.mediatek.rc
vendor/lib/hw/android.hardware.audio.effect@6.0-impl.so
@JaswantTeja
JaswantTeja / rebase.sh
Last active March 24, 2024 15:40 — forked from mvaisakh/kernel-rebase.sh
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.
#