kernel: Prune allowlist only after boot completed
For unknown reason, packages.list is not reliable during boot for oplus devices, so we have to disable pruning and re-run pruning after boot.
This commit is contained in:
@@ -5,6 +5,6 @@ void ksu_throne_tracker_init(void);
|
||||
|
||||
void ksu_throne_tracker_exit(void);
|
||||
|
||||
void track_throne(void);
|
||||
void track_throne(bool prune_only);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user