diff options
author | Vara Prasad A V S G <vavsg@codeaurora.org> | 2017-03-28 10:44:56 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-27 22:16:51 -0700 |
commit | 73c963fb24d11c3154bcbd1c200c0077f4fd02a3 (patch) | |
tree | 940b25160107cd1c036a4d28e001212afafccaec /sdm660_64.mk | |
parent | d10fc1160d4b1387654b0052ae86e60f81584c13 (diff) |
sdm660_64: Enable HWC2, Enable gralloc1, Add graphics HALs.
Add allocator, mapper and composer HALs.
This relies on TARGET_USES_HWC2 and TARGET_USES_GRALLOC1 being
enabled.
Change-Id: I913f4d8fa719261abf52becf7d24fef433f7f1d5
Diffstat (limited to 'sdm660_64.mk')
-rwxr-xr-x | sdm660_64.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index e1006e3..30134f2 100755 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -75,6 +75,10 @@ ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true) PRODUCT_BOOT_JARS += qcom.fmradio endif #BOARD_HAVE_QCOM_FM +# add vendor manifest file +PRODUCT_COPY_FILES += \ + device/qcom/sdm660_64/vintf.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml + # Audio configuration file -include $(TOPDIR)hardware/qcom/audio/configs/sdm660/sdm660.mk @@ -103,6 +107,16 @@ PRODUCT_PACKAGES += \ antradio_app \ libvolumelistener +# Gralloc +PRODUCT_PACKAGES += \ + android.hardware.graphics.allocator@2.0-impl \ + android.hardware.graphics.allocator@2.0-service \ + android.hardware.graphics.mapper@2.0-impl + +# HW Composer +PRODUCT_PACKAGES += \ + android.hardware.graphics.composer@2.1-impl \ + android.hardware.graphics.composer@2.1-service # Sensor features PRODUCT_COPY_FILES += \ |