build.gradle 309 B

123456789101112131415
  1. apply from: "../../Script/config.gradle"
  2. apply from: "$scriptPath/frameworks_module.gradle"
  3. apply from: frameworkDependencies
  4. android {
  5. namespace 'com.android.systemui.shared'
  6. buildFeatures {
  7. aidl(true)
  8. }
  9. }
  10. dependencies {
  11. implementation project(':1100_r48:SystemUI:PluginCoreLib')
  12. }