From 1c49162f146970817950394d1592db77bea3a3dc Mon Sep 17 00:00:00 2001 From: shawnlin Date: Thu, 22 Apr 2021 13:27:45 +0800 Subject: [PATCH] Add hide cutout overlays to raven & oriole Bug: 185779885 Bug: 185779883 Test: make Change-Id: Ib6e9207e7d26ae815e10af6705fc6b7dd6dada1c --- device-oriole.mk | 5 +++++ device-raven.mk | 5 +++++ 2 files changed, 10 insertions(+) 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 @@ endif # 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 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=1 + +# Hide cutout overlays +PRODUCT_PACKAGES += \ + NoCutoutOverlay \ + AvoidAppsInCutoutOverlay