diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2015-08-02 06:20:57 -0400 |
|---|---|---|
| committer | Howard M. Harte <hharte@cyngn.com> | 2015-08-03 14:13:02 -0700 |
| commit | c668290914599d7b909fdce8186611deac1efc79 (patch) | |
| tree | 554d8db69c572257b4df3257858508167099f089 | |
| parent | a9e6f8bdefcc4a4149fe84bae51796ccaa28b2fb (diff) | |
hwcomposer: Switch to using proprietary blobs
Thanks Intel.
Our hardware code just plain doesn't work with either our device
and/or our kernel.
Change-Id: I4edfec63054fe7e306ac265763e6cf7353e28ef7
| -rw-r--r-- | device.mk | 8 | ||||
| -rw-r--r-- | proprietary-files.txt | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -124,10 +124,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_PROPERTY_OVERRIDES += \ bt.hfp.WideBandSpeechEnabled=true -# IMG graphics -PRODUCT_PACKAGES += \ - hwcomposer.moorefield - #Video PRODUCT_COPY_FILES += \ device/asus/Z008/media/media_profiles.xml:system/etc/media_profiles.xml \ @@ -193,9 +189,7 @@ PRODUCT_PACKAGES += \ # libdrm PRODUCT_PACKAGES += \ - libdrm \ - dristat \ - drmstat + libdrm # Wifi PRODUCT_PACKAGES += \ diff --git a/proprietary-files.txt b/proprietary-files.txt index e1129ed..a968bad 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -373,6 +373,12 @@ etc/binfmt_misc/arm_exe bin/houdini lib/libhoudini.so +# HWComposer +lib/hw/hwcomposer.moorefield.so +lib/libhwcwidi.so +lib/libmultidisplay.so +lib/libvpp_setting.so + # Lights lib/hw/lights.mofd_v1.so:lib/hw/lights.vendor.mofd_v1.so |
