diff options
| author | Tao Bao <tbao@google.com> | 2018-03-29 11:22:10 -0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-05-27 18:33:20 +0300 |
| commit | 1fb5d03d38db1ca121423fb65bc200c8f5529c52 (patch) | |
| tree | 6af4fde552b7cb2ea29ca31fe36b8f4e3e6025cb | |
| parent | c238b8c2da39c95f4e21367a601c0aa6eb934b06 (diff) | |
kebab: Set recovery margin height to avoid clipping
Change-Id: Iaaaabd13de384a0ebfff9f527fcdd0338c3f99bc
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 8079c6e..12f20b7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,6 +42,7 @@ BOARD_SUPER_PARTITION_SIZE := 7516192768 # Recovery TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom +TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103 # inherit from the proprietary version -include vendor/oneplus/kebab/BoardConfigVendor.mk |
