[1/n][Pro] Change natural device orientation to portrait. am: 32eaab94ec
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20609057 Change-Id: I882cc61d8633e6766ef7e8fd7809dfe516cdc592 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2a25e336a7
3 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
touch.orientationAware = 1
|
||||
touch.orientation = ORIENTATION_270
|
||||
touch.orientation = ORIENTATION_0
|
||||
|
|
|
@ -1 +1 @@
|
|||
touch.orientation = ORIENTATION_270
|
||||
touch.orientation = ORIENTATION_0
|
||||
|
|
|
@ -146,6 +146,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# Set ro.crypto.metadata_init_delete_all_keys.enabled to false to unblock boot
|
||||
PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=false
|
||||
|
||||
# Temporary override to synchronise changes in pa/ and ag/. See b/246793311 for context.
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.primary_display_orientation=ORIENTATION_0
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.ignore_hwc_physical_display_orientation=true
|
||||
|
||||
# Display white balance
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.surface_flinger.display_primary_red=0.5128,0.2413,0.0000 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue