Add hide cutout overlays to raven & oriole am: 1c49162f14
am: ab81327ec5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14278086 Change-Id: I7e82c6d2c82c99b882cc0f693afa4e0ff58e9c30
This commit is contained in:
commit
ce6a80650c
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