diff options
author | Vinoth Jayaram <quic_c_vinoja@quicinc.com> | 2020-10-15 14:07:59 +0530 |
---|---|---|
committer | Vinoth Jayaram <quic_c_vinoja@quicinc.com> | 2022-07-28 14:52:49 +0530 |
commit | e3ee6b5a6f85c65eb293b9ecb837715b49de0e13 (patch) | |
tree | 090ea3fc236c641bd67ef25f1ac3d6efb0e563a3 /graphics | |
parent | 9616dc966cbb8afcc417927d77c8a1469d706f63 (diff) |
display: Fix for VTS test case
Fix for VTS test case - "ServiceProvidesAndDeclaresTheSameInterfaces".
Removed interface android.hardware.graphics.composer@2.1
CRs-Fixed: 2795306
Change-Id: I2301d7c5c9a5b946758944eb7fc6c144e3561ded
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc index 6dbd0f935a..6e2c8134c5 100644 --- a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc +++ b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc @@ -1,5 +1,4 @@ service vendor.hwcomposer-2-1 /vendor/bin/hw/android.hardware.graphics.composer@2.1-service - interface android.hardware.graphics.composer@2.1::IComposer default class hal animation user system group graphics drmrpc |