- 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:1.0.0"
- }
|