diff options
author | Valerie Hau <vhau@google.com> | 2018-10-24 17:40:45 -0700 |
---|---|---|
committer | Valerie Hau <vhau@google.com> | 2018-10-31 14:41:13 -0700 |
commit | 802539f8f5f6bffcb24de05a821c443a09453e90 (patch) | |
tree | a918efe592f6d66cfebf2d6aaf4310c6d2d4c577 /configstore | |
parent | 1028dd74bf59f3b47aef68279aadf510272ebab8 (diff) |
Update Android.bp to reflect graphics.common@1.2
Bug: 115335239
Test: ./libsurfaceflinger_unittest
Change-Id: I0a89bbbc078ef60a9c4247b7600366aff688d805
Diffstat (limited to 'configstore')
-rw-r--r-- | configstore/1.2/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configstore/1.2/Android.bp b/configstore/1.2/Android.bp index c525a72a99..bb4dd4a912 100644 --- a/configstore/1.2/Android.bp +++ b/configstore/1.2/Android.bp @@ -10,10 +10,13 @@ hidl_interface { "ISurfaceFlingerConfigs.hal", ], interfaces: [ - "android.hardware.configstore@1.1", "android.hardware.configstore@1.0", + "android.hardware.configstore@1.1", + "android.hardware.graphics.common@1.0", + "android.hardware.graphics.common@1.1", "android.hardware.graphics.common@1.2", "android.hidl.base@1.0", ], gen_java: true, } + |