Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e8f759798 | ||
|
|
d0c6353b70 |
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user