apply from: "../../Script/config.gradle" ext { codePath = "$rootDir/$rootDirName/$systemUiPath/plugin_core" } apply from: "$scriptPath/frameworks_module.gradle" android { namespace 'com.android.systemui.plugin_core' }