Skip to content

Commit

Permalink
common/imx8ulp: add property for hwrotation to work
Browse files Browse the repository at this point in the history
Otherwise it gets discarded by HWC in newer releases.

Signed-off-by: Gary Bisson <[email protected]>
  • Loading branch information
gibsson committed Apr 11, 2024
1 parent be4c1c8 commit 876101f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/imx8ulp/ProductConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ endif
PRODUCT_PACKAGES += \
vndservicemanager

# Restore hwrotation capability
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.ignore_hwc_physical_display_orientation=true

# WiFi regulatory database files
PRODUCT_COPY_FILES += \
external/wireless-regdb/regulatory.db.p7s:$(TARGET_COPY_OUT_VENDOR)/firmware/regulatory.db.p7s \
Expand Down

0 comments on commit 876101f

Please sign in to comment.