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 via prop
This commit is contained in:
parent
c898bf1698
commit
9ec9475a7e
2 changed files with 4 additions and 3 deletions
|
@ -21,9 +21,6 @@ DEVICE_PATH := device/samsung/gts210vewifi
|
||||||
# Assert
|
# Assert
|
||||||
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
||||||
|
|
||||||
# Display
|
|
||||||
SF_PRIMARY_DISPLAY_ORIENTATION := 270
|
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,10 @@ PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
||||||
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_wcd9330.xml
|
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_wcd9330.xml
|
||||||
|
|
||||||
|
# Display
|
||||||
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.surface_flinger.primary_display_orientation=ORIENTATION_270
|
||||||
|
|
||||||
# Grip Power
|
# Grip Power
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/wifi/grippower.info:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/grippower.info
|
$(LOCAL_PATH)/wifi/grippower.info:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/grippower.info
|
||||||
|
|
Loading…
Reference in a new issue