blob: dfc75be53e5f83f840567afe748de0dc88c5f89e [file] [log] [blame]
Kshitij Gupta0b3f4172020-06-13 21:29:43 +05301android_library {
HrX0344614f22020-06-15 09:26:13 +02002 name: "VolumePluginCommon",
HrX031ac350c2020-06-14 19:50:31 +02003 static_libs: [
4 "SystemUIPluginLib",
5 "androidx.appcompat_appcompat",
6 ],
Kshitij Gupta0b3f4172020-06-13 21:29:43 +05307 resource_dirs: [
8 "res",
9 ],
10 manifest: "AndroidManifest.xml",
Kshitij Gupta0b7c98c2020-06-14 18:13:06 +053011 srcs: ["src/**/*.java"],
Kshitij Gupta0b3f4172020-06-13 21:29:43 +053012
13 aaptflags: ["--auto-add-overlay"],
14}