From 00fbc5f977479fc4b1fa8bf42676677b480fdc54 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Wed, 10 Jul 2019 14:21:52 -0700 Subject: [PATCH] thermal: Adds missing interface for vendor.thermal-hal-2-0. init_rc files require the entire interface inheritance hierarchy to be listed, since e.g. all 1.0::IThermal functions are also implemented by 2.0::IThermal. Bug: 118016875 Test: builds & passes existing tests. Merged-In: I3fe1bc5e103fc3dd631f5dabc3408803dbdcbd60 Change-Id: I3fe1bc5e103fc3dd631f5dabc3408803dbdcbd60 --- hidl/thermal/android.hardware.thermal@2.0-service.samsung.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/hidl/thermal/android.hardware.thermal@2.0-service.samsung.rc b/hidl/thermal/android.hardware.thermal@2.0-service.samsung.rc index ddc91048..17c14a5d 100644 --- a/hidl/thermal/android.hardware.thermal@2.0-service.samsung.rc +++ b/hidl/thermal/android.hardware.thermal@2.0-service.samsung.rc @@ -1,4 +1,5 @@ service vendor.thermal-hal-2-0 /vendor/bin/hw/android.hardware.thermal@2.0-service.samsung + interface android.hardware.thermal@1.0::IThermal default interface android.hardware.thermal@2.0::IThermal default class hal user system