ro.boot.hardware.revision is used in fastbootd UI, getvar hw-revision output and Settings app. Set based on the SKU version so external tools can use it to flash the correct firmware variant and show the HW variant in Settings. Change-Id: Ia3a6bfdca9dc60d86fb81e5bac526813e037d13e
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
#
|
|
# SPDX-FileCopyrightText: 2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
on property:ro.boot.hardware.sku=*
|
|
setprop ro.boot.hardware.revision ${ro.boot.hardware.sku}
|