commit | 2997151fae6e22c1459fe1e966e0bea0be16443c | [log] [tgz] |
---|---|---|
author | Long Ling <longling@google.com> | Tue Oct 12 11:09:31 2021 -0700 |
committer | Long Ling <longling@google.com> | Wed Oct 13 15:54:47 2021 -0700 |
tree | 1d36e250d24a2c42024fb84354eaf16c2852bad7 | |
parent | e5488298da457ad406e8c33fa50ec6967e29f676 [diff] |
Fix comile error for pixel aidl hwc Bug: 201321174 Change-Id: Ib64dce591232e62985f72dffff22792fe908407a
diff --git a/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ComposerResources.h b/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ComposerResources.h index 33012e9..18a50fe 100644 --- a/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ComposerResources.h +++ b/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/ComposerResources.h
@@ -29,6 +29,8 @@ namespace V2_2 { namespace hal { +using V2_1::Display; +using V2_1::Error; using V2_1::hal::ComposerHandleCache; using V2_1::hal::ComposerHandleImporter;