Move magiskpolicy cli to argh

This commit is contained in:
LoveSy
2025-03-07 14:29:30 -08:00
committed by topjohnwu
parent ee5283f4e8
commit c64de35375
7 changed files with 142 additions and 135 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ cxx-gen = { workspace = true }
[dependencies]
base = { path = "../base" }
magiskpolicy = { path = "../sepolicy" }
magiskpolicy = { path = "../sepolicy", default-features = false }
cxx = { workspace = true }