ro.boot.hardware.revision is used in fastbootd UI, getvar hw-revision output and Settings app. Set based on the RF version so external tools can use it to flash the correct firmware variant and show the HW variant in Settings. Change-Id: Ib92b080ace4d14fc2f13b5b3705249a15f1671c8
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
prebuilt_etc {
|
|
name: "init.oplus.hw.rc",
|
|
src: "etc/init.oplus.hw.rc",
|
|
sub_dir: "init",
|
|
device_specific: true,
|
|
recovery_available: true,
|
|
}
|