build.gradle 226 B

123456789
  1. apply from: "../../Script/config.gradle"
  2. ext {
  3. codePath = "$rootDir/$rootDirName/$systemUiPath/plugin_core"
  4. }
  5. apply from: "$scriptPath/frameworks_module.gradle"
  6. android {
  7. namespace 'com.android.systemui.plugin_core'
  8. }