- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |