Add Keyguard bottom area overlay.

Bug: 38207227
Test: make -j
Change-Id: I1134de75fce0af6dd06a2eea1ab24402a505361e
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index e3063c5..143a462 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -88,4 +88,6 @@
         android:contentDescription="@string/accessibility_unlock_button"
         android:scaleType="center" />
 
+    <include layout="@layout/keyguard_bottom_area_overlay" />
+
 </com.android.systemui.statusbar.phone.KeyguardBottomAreaView>