omni: add RRO for custom notification action button background
and cleanup package list
Change-Id: Ifb2c28ffc47cfbf26a3e72afda105ff06cb47d6c
diff --git a/themes/overlays/NotificationUIOverlay/Android.bp b/themes/overlays/NotificationUIOverlay/Android.bp
new file mode 100644
index 0000000..b2ec16d
--- /dev/null
+++ b/themes/overlays/NotificationUIOverlay/Android.bp
@@ -0,0 +1,9 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+runtime_resource_overlay {
+ name: "NotificationUIOverlay",
+ theme: "NotificationUIOverlay",
+ product_specific: true,
+}