1 2 3 4 5 6 7 8 9 10 11 12 13 14
android_library { name: "VolumePluginCommon", static_libs: [ "SystemUIPluginLib", "androidx.appcompat_appcompat", ], resource_dirs: [ "res", ], manifest: "AndroidManifest.xml", srcs: ["src/**/*.java"], aaptflags: ["--auto-add-overlay"], }