mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210velte.git
synced 2024-11-07 06:19:15 +00:00
gts210velte: Set display orientation in configstore
Change-Id: I2ab8895b268b59ff158ddda0b071445990c6ba83
This commit is contained in:
parent
ea4a491966
commit
f546ac6392
2 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,9 @@ TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
|
||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||||
|
|
||||||
|
# Display
|
||||||
|
SF_PRIMARY_DISPLAY_ORIENTATION := 270
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG := gts210velte_defconfig
|
TARGET_KERNEL_CONFIG := gts210velte_defconfig
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,6 @@ ro.qualcomm.bluetooth.nap=true
|
||||||
ro.qualcomm.bluetooth.opp=true
|
ro.qualcomm.bluetooth.opp=true
|
||||||
ro.qualcomm.bluetooth.pbap=true
|
ro.qualcomm.bluetooth.pbap=true
|
||||||
|
|
||||||
# Display
|
|
||||||
ro.sf.hwrotation=270
|
|
||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
persist.data.netmgrd.qos.enable=true
|
persist.data.netmgrd.qos.enable=true
|
||||||
persist.data.qmi.adb_logmask=0
|
persist.data.qmi.adb_logmask=0
|
||||||
|
|
Loading…
Reference in a new issue