sdm660-common: switch to IMapper 2.1

Change-Id: I33be48cd40457ceabc24ff5e085fa8ddaa4670e4
This commit is contained in:
Chia-I Wu 2017-09-28 11:55:45 -07:00 committed by Max Weffers
parent f45aed04c1
commit 69cb83d2a4
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>2.0</version>
<version>2.1</version>
<interface>
<name>IMapper</name>
<instance>default</instance>

View file

@ -214,7 +214,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl:64 \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.graphics.mapper@2.0-impl-2.1 \
android.hardware.graphics.composer@2.1-impl:64 \
android.hardware.graphics.composer@2.1-service \
android.hardware.memtrack@1.0-impl \