apply from: "../../Script/config.gradle" apply from: "$scriptPath/frameworks_module.gradle" apply from: frameworkDependencies apply from: aidlCompile android { namespace 'com.android.wm.shell' buildFeatures { aidl(true) } } dependencies { implementation "androidx.annotation:annotation:$ANDROID_X_VERSION_BASE" }