mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210vewifi.git
synced 2024-11-07 02:35:50 +00:00
gts210vewifi: Set display orientation in configstore
Change-Id: I2ab8895b268b59ff158ddda0b071445990c6ba83
This commit is contained in:
parent
bfdae2129b
commit
089d987f23
2 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,9 @@ TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
|||
# Board
|
||||
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
|
||||
|
||||
# Display
|
||||
SF_PRIMARY_DISPLAY_ORIENTATION := 270
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
||||
|
||||
|
|
|
@ -9,8 +9,5 @@ ro.qualcomm.bluetooth.nap=false
|
|||
ro.qualcomm.bluetooth.opp=true
|
||||
ro.qualcomm.bluetooth.pbap=true
|
||||
|
||||
# Display
|
||||
ro.sf.hwrotation=270
|
||||
|
||||
# Radio
|
||||
ro.radio.noril=yes
|
||||
|
|
Loading…
Reference in a new issue