diff options
author | Felix <google@ix5.org> | 2019-06-24 10:46:26 +0200 |
---|---|---|
committer | Felix <google@ix5.org> | 2019-06-25 20:00:07 +0200 |
commit | 551b8d15ce56661f012a37772ffd611c0fa4915a (patch) | |
tree | 48d1d3de9bfd51500743d5941801dd55a592ba29 /configstore | |
parent | b575cedd7448c5fe4183bc8e87a61a1e434217cb (diff) | |
download | platform_hardware_interfaces-551b8d15ce56661f012a37772ffd611c0fa4915a.tar.gz platform_hardware_interfaces-551b8d15ce56661f012a37772ffd611c0fa4915a.tar.bz2 platform_hardware_interfaces-551b8d15ce56661f012a37772ffd611c0fa4915a.zip |
Add interface info to .rc files
Signed-off-by: Felix <google@ix5.org>
Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
Diffstat (limited to 'configstore')
-rw-r--r-- | configstore/1.1/default/android.hardware.configstore@1.1-service.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configstore/1.1/default/android.hardware.configstore@1.1-service.rc b/configstore/1.1/default/android.hardware.configstore@1.1-service.rc index 105678acb2..d62c4a8ae4 100644 --- a/configstore/1.1/default/android.hardware.configstore@1.1-service.rc +++ b/configstore/1.1/default/android.hardware.configstore@1.1-service.rc @@ -1,4 +1,6 @@ service vendor.configstore-hal /vendor/bin/hw/android.hardware.configstore@1.1-service + interface android.hardware.configstore@1.0::ISurfaceFlingerConfigs default + interface android.hardware.configstore@1.1::ISurfaceFlingerConfigs default class hal animation user system group system |