Set up Notifications overlayable
Note that overlayable.xml is in a separate resource dir and is only included in the standalone notifications app, not in the notifications library.
Bug: 194236624
Test: m -j CarNotification
Change-Id: Ia1d20f9eb89678e9ba80cdb5a243e3dc0f158828
Merged-In: Ia1d20f9eb89678e9ba80cdb5a243e3dc0f158828
diff --git a/Android.bp b/Android.bp
index 730f3f5..bd89a64 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,7 @@
srcs: ["src/**/*.java"],
- resource_dirs: ["res"],
+ resource_dirs: ["res", "res-overlayable",],
platform_apis: true,
certificate: "platform",