import java.nio.file.Paths apply from: "../../Script/config.gradle" ext { codePath = Paths.get("$rootDir", "$rootDirName", "$systemUiPath", "plugin_core") } apply from: "$scriptPath/frameworks_module.gradle" android { namespace 'com.android.systemui.plugin_core' }