apply from: "../../Script/config.gradle" apply from: "$scriptPath/frameworks_module.gradle" apply from: frameworkDependencies android { namespace 'com.android.systemui.shared' buildFeatures { aidl(true) } } dependencies { implementation project(':1100_r48:SystemUI:PluginCoreLib') }