Adds missing interface for vendor.thermal-hal-2-0-mock.

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.
Change-Id: I4b00d9e1aa02f45dd1affe77d680920c7f04a4c4
This commit is contained in:
Daniel Norman
2019-07-11 14:20:31 -07:00
parent c1735a08fc
commit c59e5f961a

View File

@@ -1,4 +1,5 @@
service vendor.thermal-hal-2-0-mock /vendor/bin/hw/android.hardware.thermal@2.0-service.mock
interface android.hardware.thermal@1.0::IThermal default
interface android.hardware.thermal@2.0::IThermal default
class hal
user system