build.gradle 182 B

1234567
  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. }