lemonadep: Set recovery margin height to avoid clipping

Change-Id: Iaaaabd13de384a0ebfff9f527fcdd0338c3f99bc
This commit is contained in:
Tao Bao 2018-03-29 11:22:10 -07:00 committed by Alexander Koskovich
parent f102818ed2
commit 1496a74b92

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2021 The LineageOS Project
# Copyright (C) 2021-2022 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -27,6 +27,7 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_DENSITY := xxhdpi
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126
# inherit from the proprietary version
include vendor/oneplus/lemonadep/BoardConfigVendor.mk