Home
last modified time | relevance | path

Searched refs:hardware_revision (Results 1 – 1 of 1) sorted by relevance

/device/google/comet/thermal/
Dinit_thermal_config.cpp41 const auto hardware_revision = GetProperty("ro.boot.hardware.revision", ""); in useThermalBackupConfig() local
42 if (hardware_revision == "PROTO1.0" || hardware_revision == "PROTO1.1") { in useThermalBackupConfig()
43 LOG(INFO) << "Using backup thermal config as hardware revision [" << hardware_revision in useThermalBackupConfig()