2 Commits
vic ... bka

Author SHA1 Message Date
Deivid21
8e8f759798 tundra: overlay: Add Maintainer name string
Change-Id: I5839441007dca957c31b4e21bd22143a0a34bb98
2025-09-12 00:35:10 -03:00
LuK1337
d0c6353b70 tundra: Migrate to AIDL LiveDisplay HAL
Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
(cherry picked from commit 1620bac61ba4f378a3be1a15a265e7702caf95b6)
2025-09-12 00:34:51 -03:00
5 changed files with 8 additions and 33 deletions

View File

@@ -40,13 +40,12 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
# Security
BOOT_SECURITY_PATCH := 2025-08-01
BOOT_SECURITY_PATCH := 2025-04-01
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
# Verified Boot
BOARD_AVB_ROLLBACK_INDEX := 30
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 30
BOARD_AVB_ROLLBACK_INDEX := 26
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 26
# inherit from the proprietary version
include vendor/motorola/tundra/BoardConfigVendor.mk
include vendor/motorola/tundra-radio/BoardConfigVendor.mk

View File

@@ -9,11 +9,5 @@
"target_path": "vendor/motorola/tundra",
"remote": "github-non-los",
"branch": "lineage-22.2"
},
{
"repository": "Deivid-21s-Sources/proprietary_vendor_motorola_tundra-radio",
"target_path": "vendor/motorola/tundra-radio",
"remote": "gitlab",
"branch": "lineage-22.2"
}
]

View File

@@ -23,6 +23,6 @@ PRODUCT_MODEL := motorola edge 30 fusion
PRODUCT_GMS_CLIENTID_BASE := android-motorola
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="tundra_g-user 11 U1SJS34.2-92-10-9 40971b release-keys" \
BuildFingerprint=motorola/tundra_g/tundra:11/U1SJS34.2-92-10-9/40971b:user/release-keys \
BuildDesc="tundra_g-user 14 U1SJS34.2-92-10-6 c9587-03599 release-keys" \
BuildFingerprint=motorola/tundra_g/tundra:14/U1SJS34.2-92-10-6/c9587-03599:user/release-keys \
DeviceProduct=tundra_g

View File

@@ -1,4 +1,6 @@
# All unpinned blobs are extracted from tundra_g U1SJS34.2-92-10-9
## All proprietary files from this list, unless pinned and noted otherwise,
## are from edge 30 fusion (14 U1SJS34.2-92-10-6 c9587-03599).
## RETAIL variant
# ACDB Data
vendor/etc/acdbdata/Bluetooth_cal.acdb

View File

@@ -223,24 +223,4 @@
<item>2164</item> <!-- sensorLocationY -->
<item>91</item> <!-- sensorRadius -->
</integer-array>
<!-- The default refresh rate for a given device. Change this value to set a higher default
refresh rate. If the hardware composer on the device supports display modes with a higher
refresh rate than the default value specified here, the framework may use those higher
refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
setFrameRate().
If a non-zero value is set for config_defaultPeakRefreshRate, then
config_defaultRefreshRate may be set to 0, in which case the value set for
config_defaultPeakRefreshRate will act as the default frame rate. -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate for a given device. Change this value if you want to prevent
the framework from using higher refresh rates, even if display modes with higher refresh
rates are available from hardware composer. Only has an effect if the value is
non-zero. -->
<integer name="config_defaultPeakRefreshRate">144</integer>
<!-- Default refresh rate in the zone defined by brightness and ambient thresholds.
If non-positive, then the refresh rate is unchanged even if thresholds are configured. -->
<integer name="config_defaultRefreshRateInZone">90</integer>
</resources>