mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-08-03 23:16:37 +09:00
sm6250-common: thermal: Rebrand to Xiaomi SM6250
Change-Id: Iafa72da14648a2652df9b64a02dd6e5b9fa8bd9b
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
cc_binary {
|
||||
name: "android.hardware.thermal@2.0-service.pixel",
|
||||
name: "android.hardware.thermal@2.0-service.xiaomi_atoll",
|
||||
defaults: [
|
||||
"hidl_defaults",
|
||||
],
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
vintf_fragments: ["android.hardware.thermal@2.0-service.pixel.xml"],
|
||||
vintf_fragments: ["android.hardware.thermal@2.0-service.xiaomi_atoll.xml"],
|
||||
init_rc: [
|
||||
"android.hardware.thermal@2.0-service.pixel.rc",
|
||||
"android.hardware.thermal@2.0-service.xiaomi_atoll.rc",
|
||||
],
|
||||
srcs: [
|
||||
"service.cpp",
|
||||
@ -45,12 +45,3 @@ cc_binary {
|
||||
"-warnings-as-errors=android-*,clang-analyzer-security*,cert-*"
|
||||
],
|
||||
}
|
||||
|
||||
sh_binary {
|
||||
name: "thermal_logd",
|
||||
src: "init.thermal.logging.sh",
|
||||
vendor: true,
|
||||
init_rc: [
|
||||
"pixel-thermal-logd.rc",
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user