Skip to content
Snippets Groups Projects
Unverified Commit 9693d096 authored by Anton Hansson's avatar Anton Hansson Committed by Joshua Blanchard
Browse files

beckham: Use TARGET_SCREEN_DENSITY

This variable is used to auto-populate the ro.sf.lcd_density as
well as selecting density bucket for resources in recovery.

Bug: 118676832
Test: adb shell getprop ro.sf.lcd_density
Test: boot into recovery
Change-Id: Ib383d18b61e7a2058a69ae26136aa053fdba4df2
parent 67d1c0f1
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ TARGET_OTA_ASSERT_DEVICE := beckham
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
# Display
TARGET_SCREEN_DENSITY := 420
# Kernel
TARGET_KERNEL_CONFIG := lineageos_beckham_defconfig
......
......@@ -32,7 +32,3 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.sensors.sta_detect=true \
ro.vendor.sensors.mot_detect=true \
ro.vendor.sdk.sensors.gestures=false
# Display
PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=420
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment