mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
stone: libinit: properly detect SoC
Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -41,3 +41,8 @@ void set_variant_props(const variant_info_t variant) {
|
||||
property_override("ro.build.description", fingerprint_to_description(variant.build_fingerprint));
|
||||
}
|
||||
}
|
||||
|
||||
void set_soc_props() {
|
||||
std::string soc_name = GetProperty("ro.vendor.qti.soc_model", "");
|
||||
property_override("ro.soc.model", soc_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user