SAR can also have monolithic sepolicy

This commit is contained in:
topjohnwu
2022-03-17 22:32:49 -07:00
parent f008420891
commit 32cd694ad5
2 changed files with 8 additions and 5 deletions
-3
View File
@@ -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);