Add hide cutout overlays to raven & oriole
Bug: 185779885
Bug: 185779883
Test: make
Change-Id: Ib6e9207e7d26ae815e10af6705fc6b7dd6dada1c
diff --git a/device-oriole.mk b/device-oriole.mk
index 6f90e20..e8e1bca 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -107,3 +107,8 @@
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1
+
+# Hide cutout overlays
+PRODUCT_PACKAGES += \
+ NoCutoutOverlay \
+ AvoidAppsInCutoutOverlay
diff --git a/device-raven.mk b/device-raven.mk
index 8ef95c3..89074de 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -106,3 +106,8 @@
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1
+
+# Hide cutout overlays
+PRODUCT_PACKAGES += \
+ NoCutoutOverlay \
+ AvoidAppsInCutoutOverlay