-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test better way to fix drm graphics and other fixes
- Loading branch information
Showing
3 changed files
with
6 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,6 @@ | |
# Display | ||
TARGET_SCREEN_HEIGHT := 2560 | ||
TARGET_SCREEN_WIDTH := 1600 | ||
|
||
# Soong namespaces | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
vendor/qcom/opensource/commonsys-intf/display | ||
|
||
# Virtual A/B OTA | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) | ||
|
@@ -61,7 +57,7 @@ PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION) | |
# Recovery | ||
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888" | ||
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/recovery/root/system/etc/recovery.fstab | ||
TARGET_RECOVERY_DEVICE_MODULES += libion [email protected] [email protected] libdisplayconfig.qti bootctrl.$(TARGET_BOARD_PLATFORM).recovery | ||
TARGET_RECOVERY_DEVICE_MODULES += libion bootctrl.$(TARGET_BOARD_PLATFORM).recovery | ||
|
||
# TWRP specific build flags | ||
TW_THEME := portrait_hdpi | ||
|
@@ -79,7 +75,7 @@ TW_DEFAULT_BRIGHTNESS := 1500 | |
TWRP_INCLUDE_LOGCAT := true | ||
TARGET_USES_LOGD := true | ||
TARGET_USES_MKE2FS := true | ||
TW_NO_SCREEN_BLANK := true | ||
TW_SCREEN_BLANK_ON_BOOT := true | ||
TW_EXCLUDE_APEX := true | ||
TW_INCLUDE_FASTBOOTD := true | ||
TW_LOAD_VENDOR_MODULES := true | ||
|
@@ -90,10 +86,7 @@ TW_OVERRIDE_SYSTEM_PROPS := \ | |
"ro.build.fingerprint=ro.system.build.fingerprint;ro.build.version.incremental" | ||
|
||
RECOVERY_LIBRARY_SOURCE_FILES += \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so \ | ||
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/[email protected] \ | ||
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/[email protected] \ | ||
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/libdisplayconfig.qti.so | ||
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so | ||
|
||
# Boot control | ||
PRODUCT_PACKAGES += \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters