You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
SAR can also have monolithic sepolicy
This commit is contained in:
@@ -61,9 +61,6 @@ protected:
|
||||
// When this boolean is set, this means we are currently
|
||||
// running magiskinit on legacy SAR AVD emulator
|
||||
bool avd_hack = false;
|
||||
#else
|
||||
// Make it constexpr so compiler can optimize hacks out of the code
|
||||
static constexpr bool avd_hack = false;
|
||||
#endif
|
||||
|
||||
void patch_sepolicy(const char *file);
|
||||
|
||||
Reference in New Issue
Block a user