build.gradle 274 B

1234567891011
  1. import java.nio.file.Paths
  2. apply from: "../../Script/config.gradle"
  3. ext {
  4. codePath = Paths.get("$rootDir", "$rootDirName", "$systemUiPath", "plugin_core")
  5. }
  6. apply from: "$scriptPath/frameworks_module.gradle"
  7. android {
  8. namespace 'com.android.systemui.plugin_core'
  9. }