Set the screen density according to ro.sf.lcd_density from miui. Change-Id: Ic11b052d132f150da7070e5b8669e5a229f7528d
		
			
				
	
	
		
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2022-2024 The LineageOS Project
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Apache-2.0
 | 
						|
#
 | 
						|
 | 
						|
# Inherit from xiaomi sm8450-common
 | 
						|
include device/xiaomi/sm8450-common/BoardConfigCommon.mk
 | 
						|
 | 
						|
# Inherit from the proprietary version
 | 
						|
include vendor/xiaomi/unicorn/BoardConfigVendor.mk
 | 
						|
 | 
						|
DEVICE_PATH := device/xiaomi/unicorn
 | 
						|
 | 
						|
# Screen density
 | 
						|
TARGET_SCREEN_DENSITY := 560
 |