* Nord does not have CN, TMO versions so remove them Change-Id: I1f02cee983a5ecb99bbf1619ac2c87b78e9d667d
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
on property:ro.boot.rf_version=13
|
|
setprop ro.boot.hardware.revision "IN"
|
|
|
|
on property:ro.boot.rf_version=14
|
|
setprop ro.boot.hardware.revision "EU"
|
|
|
|
on property:ro.boot.rf_version=15
|
|
setprop ro.boot.hardware.revision "NA"
|