Files
SukiSU-Ultra/kernel/throne_tracker.h
Wang Han 0c9ebb9bad 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.
2025-11-15 10:56:10 +08:00

11 lines
181 B
C

#ifndef __KSU_H_THRONE_TRACKER
#define __KSU_H_THRONE_TRACKER
void ksu_throne_tracker_init(void);
void ksu_throne_tracker_exit(void);
void track_throne(bool prune_only);
#endif