|
@@ -1,10 +1,11 @@
|
|
|
+include(":library:stub")
|
|
|
include(":library:include")
|
|
|
-include(":library:shadowsocks")
|
|
|
-include(":library:shadowsocks-libev")
|
|
|
-
|
|
|
include(":library:proto")
|
|
|
include(":library:proto-stub")
|
|
|
|
|
|
+include(":library:shadowsocks")
|
|
|
+include(":library:shadowsocks-libev")
|
|
|
+
|
|
|
include(":plugin:api")
|
|
|
|
|
|
val buildPlugin = System.getenv("BUILD_PLUGIN")
|
|
@@ -26,7 +27,6 @@ when {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
include(":external:preferencex:preferencex")
|
|
|
include(":external:preferencex:preferencex-simplemenu")
|
|
|
include(":external:preferencex:flexbox")
|