Add hide cutout overlays to raven & oriole
Bug: 185779885 Bug: 185779883 Test: make Change-Id: Ib6e9207e7d26ae815e10af6705fc6b7dd6dada1c
This commit is contained in:
parent
4460dac76b
commit
1c49162f14
2 changed files with 10 additions and 0 deletions
|
@ -107,3 +107,8 @@ endif
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=1
|
ro.vendor.build.svn=1
|
||||||
|
|
||||||
|
# Hide cutout overlays
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
|
@ -106,3 +106,8 @@ endif
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=1
|
ro.vendor.build.svn=1
|
||||||
|
|
||||||
|
# Hide cutout overlays
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue