build.gradle 321 B

12345678910111213141516
  1. apply from: "../../Script/config.gradle"
  2. apply from: "$scriptPath/frameworks_module.gradle"
  3. apply from: frameworkDependencies
  4. apply from: aidlCompile
  5. android {
  6. namespace 'com.android.wm.shell'
  7. buildFeatures {
  8. aidl(true)
  9. }
  10. }
  11. dependencies {
  12. implementation "androidx.annotation:annotation:1.0.0"
  13. }