blob: dfc75be53e5f83f840567afe748de0dc88c5f89e [file] [log] [blame]
android_library {
name: "VolumePluginCommon",
static_libs: [
"SystemUIPluginLib",
"androidx.appcompat_appcompat",
],
resource_dirs: [
"res",
],
manifest: "AndroidManifest.xml",
srcs: ["src/**/*.java"],
aaptflags: ["--auto-add-overlay"],
}