-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GKI: update_symbol_list: add compiling with symbol trimming disabled
When new symbols are needed by a kernel module, the new symbol(s) need to be added to the symbol list and the kernels needs to be recompiled to include the new symbol(s) (due to symbol trimming). Add support for this in update_symbol_list.sh so that the script: (1) recompiles the mixed build with symbol trimming disabled (2) extracts the necessary symbols from the kernel modules (3) updates both the pixel and aosp/ symbol lists Signed-off-by: Will McVicker <[email protected]> Change-Id: I89fbd59c9bb2498ae2c1fb1d3b115bf91b1161be
- Loading branch information
Will McVicker
committed
Apr 28, 2021
1 parent
9d2da75
commit 3dfe842
Showing
3 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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