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.
11 lines
181 B
C
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
|