diff options
author | Tharaga Balachandran <tbalacha@codeaurora.org> | 2019-10-09 13:05:16 -0400 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-05-21 04:07:16 -0700 |
commit | 1050610331a3f357b6f82b3dee46b58870aabba0 (patch) | |
tree | e17678ae1e2422b44fa445877981a24e97ccca1b /gralloc | |
parent | 676e3094df2296478fdddbae2aa329c1e994afda (diff) |
hwc: Remove impl level from VINTF fragment xmls
Schema for VINTF fragment xmls does not allow for "impl" tag,
leading to VTS failures.
CRs-Fixed: 2530094
Change-Id: I8e5344144d4f47efe13d81766d8a70dcdb8b6c94
Diffstat (limited to 'gralloc')
-rw-r--r-- | gralloc/android.hardware.graphics.mapper-impl-qti-display.xml | 1 | ||||
-rw-r--r-- | gralloc/vendor.qti.hardware.display.allocator-service.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gralloc/android.hardware.graphics.mapper-impl-qti-display.xml b/gralloc/android.hardware.graphics.mapper-impl-qti-display.xml index 4bb2bd85..4e5c3ad8 100644 --- a/gralloc/android.hardware.graphics.mapper-impl-qti-display.xml +++ b/gralloc/android.hardware.graphics.mapper-impl-qti-display.xml @@ -40,7 +40,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <hal format="hidl"> <name>android.hardware.graphics.mapper</name> <transport arch="32+64">passthrough</transport> - <impl level="generic"></impl> <version>3.0</version> <version>4.0</version> <interface> diff --git a/gralloc/vendor.qti.hardware.display.allocator-service.xml b/gralloc/vendor.qti.hardware.display.allocator-service.xml index 5b4c5e33..506c58b5 100644 --- a/gralloc/vendor.qti.hardware.display.allocator-service.xml +++ b/gralloc/vendor.qti.hardware.display.allocator-service.xml @@ -30,7 +30,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <hal format="hidl"> <name>android.hardware.graphics.allocator</name> <transport>hwbinder</transport> - <impl level="generic"></impl> <version>3.0</version> <version>4.0</version> <interface> |