Files
device_nothing_Pong/init/init.nt.hw.rc
chandu078 5a281770b7 Pong: Set ro.boot.hardware.revision based on SKU version
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
2025-09-11 14:25:08 -04:00

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}