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 via prop
This commit is contained in:
parent
81b28077a5
commit
525b1fea10
2 changed files with 4 additions and 3 deletions
|
@ -24,9 +24,6 @@ TARGET_OTA_ASSERT_DEVICE := gts210velte
|
|||
# HIDL
|
||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||
|
||||
# Display
|
||||
SF_PRIMARY_DISPLAY_ORIENTATION := 270
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := gts210velte_defconfig
|
||||
|
||||
|
|
|
@ -30,6 +30,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(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
|
||||
|
||||
# Display
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.surface_flinger.primary_display_orientation=ORIENTATION_270
|
||||
|
||||
# Grip Power
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/wifi/grippower.info:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/grippower.info
|
||||
|
|
Loading…
Reference in a new issue